8e6f6d3752752bfe45b1b2ca0c6fcba4dd9dbadb
Build and Deploy Documentation / build-and-deploy (push) Successful in 26s
On gcc-8 (e.g. RHEL8's system compiler, 8.5), std::filesystem is present but still split out into a separate archive, libstdc++fs.a, so linking msr2msr failed with undefined references such as std::filesystem::remove(std::filesystem::__cxx11::path const&, std::error_code&). gcc>=9 and clang/libc++ ship it in the main runtime library already. Detect this via an actual compile+link try (first with no extra lib, then with -lstdc++fs/-lc++fs) instead of guessing from compiler/OS, so macOS, RHEL9/10, Ubuntu, etc. are unaffected. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
musrfit - muSR and beta-NMR data analysis package
Contents
This is a data analysis package to analyze time differential muSR and beta-NMR data. Currently it allows the following:
- set up most commonly used fitting functions for muSR and beta-NMR
- fit data, including global fits
- show the fit results and the residuals
- show the Fourier transform of the data
- easily extract the fit parameters and import in other programs (gnuplot, qtiplot/origin, ...)
- generate input fitting files for follow-up runs
- generate global input fitting files based on a single run template
- implement more sophisticated user functions (e.g. GL vortex lattice, Meissner screening including low-energy muon stopping profiles)
Currently supported platforms:
- Linux
- Mac OS X
- Windows 10 1809 or newer - current state is for the commited ones
- Web based implementation - http://musruser.psi.ch/cgi-bin/musrfit.cgi
Documentation
For a more exhaustive user documentation see:
https://lmu.pages.psi.ch/musrfit-docu/index.html
Contacts
For the beta-NMR related parts, please contact Zaher Salman zaher.salman@psi.ch
Releases
5
v1.11.2 - Stable 06/26
Latest
Languages
C++
88.2%
Wolfram Language
6.5%
C
2.4%
CMake
1.9%
Perl
0.5%
Other
0.4%