MaXrd icon indicating copy to clipboard operation
MaXrd copied to clipboard

Symmetry data and utilities related to crystallography and X-ray scattering

Results 5 MaXrd issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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...

bug
good first issue