638 Commits

Author SHA1 Message Date
Bastian M. Wojek
2aaa56959c Changed some things in the implementation of EHB: PRB 71 014521 (2005)
- 3D iterations now keep the hexagonal symmetry (the irritating compiler warning was right after all...)

However:

- Iterations do not converge at all...
- The maximum of the field is slightly off the vortex core ;-(
- This problem is cursed!
2010-02-14 20:10:43 +00:00
Bastian M. Wojek
c663446dae Added a masochistic try to implement EHB's work: PRB 71 014521 (2005)
It is not working at all in the current state and therefore also not included in the library.

- 2D calculation seems okay - at least the symmetry of the hexagonal lattice is kept through the iterations
- 3D iterations destroy this symmetry... I guess it is only a small problem, however I do not see it right now
- EHB's matlab code is available - however, it treats the problem quite differently

In case this is ever going to work, some things could probably be more optimal:
- Replace the numeric gradient calculation by the "analytical gradient"
- Use only every second Fourier coefficient in K-space and keep the number of points
  This should reduce the factor of redundancy in real space from 8 to 2 and increase the spacial resolution by a factor of 4!
2010-02-12 16:55:00 +00:00
nemu
f2bd5b124f first implementation of histogram grouping. Probably still some more testing needed. 2010-02-08 14:01:41 +00:00
484c2fa1a7 single line adding of comment (without any selections) 2010-01-31 21:13:47 +00:00
3a67f6cb71 fixes a typo 2010-01-30 20:53:52 +00:00
cb2f7822b7 added file system watcher 2010-01-30 20:42:02 +00:00
f7caf65251 some more steps toward musredit 2010-01-30 11:05:11 +00:00
nemu
6adf757ec0 fix of MuSR-119 (non-musr ascii export first point missing) 2010-01-29 08:40:50 +00:00
nemu
673c5b4f41 Improved issue described in MuSR-121 (wrong run numbers in plot block). Started with the implementation of MuSR-120 (adding histos; no adding implemented yet). 2010-01-28 08:16:40 +00:00
nemu
f21d5eb2d0 newly added. Essentially a port of musrgui (Qt3.x) to Qt4.6. A lot of revisioning is still nedded. Code only partilly working. 2010-01-28 05:52:15 +00:00
Bastian M. Wojek
3b3521eccf J'en ai marre! J'ai fait les modifications dans le code de MUD que D. Arseneau a proposé. Au moins il est possible maintenant d'utiliser l'architecture EM64T. 2010-01-23 15:12:15 +00:00
Bastian M. Wojek
a9ea0160a3 Added B(z) for two superconducting layers insulated by a barrier layer to libTFitPofB 2010-01-17 17:46:57 +00:00
Bastian M. Wojek
2c1cc87150 Added a standard header to be able to fix a compilation error with a recent GNU compiler 2010-01-14 21:02:15 +00:00
nemu
9b94dff860 some minor improvements towards fixing the boost::spirit problem for newer distributions. Needs a thorough checking on a newer linux distribution, i.e. at home 2010-01-14 13:11:07 +00:00
nemu
41c5d45d8b replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy 2010-01-12 16:00:12 +00:00
nemu
fe853c1025 fix of bug reported in MUSR-117 2010-01-12 06:56:05 +00:00
Bastian M. Wojek
74fd4d8538 A few changes to the previous commit. Basic features should work now everywhere (MUD only 32bit) 2010-01-10 22:20:10 +00:00
Bastian M. Wojek
ed7a15f025 Further steps to OS independence (at least Linux, Mac OS X, Cygwin) of musrfit 2010-01-10 12:52:14 +00:00
Bastian M. Wojek
8782cbba25 Added some further testing cases to check if musrfit has been set-up correctly 2010-01-08 15:57:23 +00:00
Bastian M. Wojek
b321f52dd1 Fixed some bugs in the configure-generation introduced with the cuba-support 2010-01-07 19:58:37 +00:00
nemu
6837ba3cdf added a first implementation of RRF view representation for asymmetry view 2010-01-06 13:09:55 +00:00
nemu
f02e3d0b3a proper fix of MUSR-112 problem 2010-01-06 06:27:10 +00:00
Bastian M. Wojek
9d8b4fe3bd Fixed a copyright issue 2010-01-05 22:15:59 +00:00
Bastian M. Wojek
39f00e58a2 * Added initial builtin-support for a subset of Cuba
This has not been tested too much (so it might be better not to build the BMWlibs at the moment)
  In case shared library support will become available from T. Hahn, this support will be dropped again.

* Added a few " " to musrgui (calls to musrview, musrt0 and msr<->mlog)
  These are needed in the simple system commands to support paths with spaces and other strange things... :-(
2010-01-05 21:56:52 +00:00
nemu
6f49067095 improved handling for invalid MUSRFITPATH 2010-01-05 10:13:12 +00:00
nemu
5c05a34282 fixed MUSR-105, i.e. better handling of font changes, and adding the possibility to define default font and font size in musrgui_startup.xml 2010-01-05 09:31:05 +00:00
Bastian M. Wojek
852eea9015 Fixing part of the cygwin-installation.
The shared BMWlibs cannot be built at the moment since libcuba is built static only.
I am still thinking about including the C-part of Cuba into the BMWlibs
if T.Hahn would not add shared library support to it.
2010-01-04 20:07:35 +00:00
Bastian M. Wojek
9c78332387 Fixed the recursive building of musrfit in case only a subset of optional plug-ins is selected (make dist is not working at the moment) 2009-12-30 19:03:06 +00:00
Bastian M. Wojek
a270d81853 Minor improvements in the build procedure of musrfit:
- removed most of the not used checks
- introduced a new check for Minuit2 in ROOT
- building of static libraries is disabled by default now
- disabled the F77-checks related to libtool
  (when support for Minuit will become available in musrfit checks for Fortran compilers will be added explicitly)

Some tests under different environments are still needed...
2009-12-27 21:08:16 +00:00
Bastian M. Wojek
199ff918f0 Nicer solution for fftw3_threads 2009-12-27 15:26:11 +00:00
nemu
e0c893503f first implementation of a RRF. So far, for single histo only. 2009-12-23 13:43:23 +00:00
nemu
19dee34c22 Workaround for a problem with FFTW3 threads in some external plugins... needs to be really fixed at some point. 2009-12-23 13:28:49 +00:00
nemu
1c3f08e03e fixes bug MUSR-112 2009-12-23 06:31:26 +00:00
Bastian M. Wojek
f873a893b8 Restore old backup Makefile of AS Pippard-fit-library 2009-12-22 17:03:48 +00:00
Bastian M. Wojek
a6959ea2fc Integrated a few external musrfit plug-ins into the standard build process.
In order to enable building of the additional libraries supply the following options to the configure script:

--enable-BMWlibs (for libTFitPofB libLFRelaxation libGapIntegrals libCalcMeanFieldsLEM)
--enable-ASlibs (for libPNL_PippardFitter)

By default, both options are disabled.

At the moment I have tested it only in an SL5 32-bit environment.
Further tests are going to follow.

For a clean installation I suggest to remove any musrfit and plug-in installations before newly building musrfit.
2009-12-22 17:00:43 +00:00
Bastian M. Wojek
b07d28f770 Revert some previously submitted debugging changes 2009-12-20 13:27:30 +00:00
Bastian M. Wojek
7795d77ad2 Minor changes in libTFitPofB 2009-12-20 13:21:06 +00:00
nemu
162d6eff39 strikter handling of ADDRUN (MUSR-106) 2009-12-18 06:58:20 +00:00
nemu
20fa6f88fb added sign form parX for the FUNCTION block. 2009-12-17 06:47:56 +00:00
nemu
3635df7fc9 fixed MUSR-107, namely that difference of Fourier != Fourier of difference. At the same time fixed left-over from MUSR-109, namely the inserted additional empty line after map for non-musr-fit. 2009-12-16 14:52:28 +00:00
nemu
fddc258401 corrected handling such that the proper initial phase is fitted 2009-12-16 06:30:02 +00:00
nemu
5a622da07e newly added 2009-12-15 08:12:03 +00:00
nemu
8f817c6cbc newly added for test purposes. 2009-12-15 07:15:08 +00:00
nemu
88c7978ab9 fix issue MUSR-110 2009-12-10 15:54:16 +00:00
nemu
b793c76e58 corrected warning messages 2009-12-09 16:34:08 +00:00
nemu
a3b7a10f49 fixed db data tag reading error 2009-12-09 10:14:22 +00:00
nemu
0e5d18160c added default background estimate if not present. Update the PSIBIN/MDU class from AA/AR. 2009-12-09 08:03:51 +00:00
nemu
76cc302e78 addded data default estimates 2009-12-08 08:55:28 +00:00
Bastian M. Wojek
05786d468a Found a nice plugin for musrfit which I've never had committed to the svn... 2009-11-27 20:52:05 +00:00
Bastian M. Wojek
72f858b89a Small change to avoid problems when using Boost >= 1.38.0 2009-11-23 11:58:27 +00:00