MaXrd
MaXrd copied to clipboard
Symmetry data and utilities related to crystallography and X-ray scattering
I'm using the most recent version of MaXrd (`3.0.0`, again nice work on the paclet installation) in [`LatticePlane`](https://github.com/sgbaird/LatticePlane), and I'm running into unwanted behavior relative to a previous version (dating...
```mathematica group = "R-3"; ToStandardSetting[group, #] & /@ ReflectionList@4 ``` ```mathematica > {{0, 0, 1}, {0, 1, 0}, {0, 1, 0}, {0, 0, 1}, {0, 1, 0}, {0, 1, 0},...
There seems to be some issue with using the Global variable $CrystalData (I realize this is kind of a nested problem - wrapped in package then called in a Wolfram...
Is there anything built-in with this software to perform Rietfield refinement?
The documentation page on [`ImportCrystalData`](https://resources.wolframcloud.com/PacletRepository/resources/StianRamsnes/MaXrd/ref/ImportCrystalData.html) uses the line ```Mathematica FileNames["*.cif", {FileNameJoin[{$MaXrdPath, "Kernel", "Data", "ExampleFiles", "CIF"}]}] ``` but it should be updated to ```Mathematica FileNames["*.cif", {FileNameJoin[{$MaXrdPath, "Resources", "ExampleFiles", "CIF"}]}] ``` Line...