Closed Zeleznyj closed 2 years ago
Merging #617 (b93de03) into develop (8671e19) will increase coverage by
0.26%
. The diff coverage is66.35%
.
@@ Coverage Diff @@
## develop #617 +/- ##
===========================================
+ Coverage 47.69% 47.96% +0.26%
===========================================
Files 74 74
Lines 11772 11874 +102
===========================================
+ Hits 5615 5695 +80
- Misses 6157 6179 +22
I have hopefully added all the requested features:
Looking at the failing builds, I cannot tell why the OpenMP build is now failing... maybe the macos-latest image changed and we need to update some part of the installation steps?
First time contributor checklist
Contributor checklist
develop
branchDescription
I have implemented cubic anisotropy. This is anisotropy of the form
H = K4/2 (M_x^4 + M_y^4 + M_z ^4)
. It is possible to specify it either using a keyword cubic_anisotropy_magnitude, or when using multiple anisotropies, via columnK4
.I originally implemented this few years ago into older version of spirit. I now merged it into the latest develop branch and everything appears to be working correctly. I haven't tested the CUDA version though.