Commit Graph

227 Commits

Author SHA1 Message Date
Nuwan Yapa b3cad61a15 rtol -> atol 2025-01-30 14:32:52 -05:00
Nuwan Yapa 6a387e9301 Bugfix 2025-01-30 13:16:56 -05:00
Nuwan Yapa 37fa83a4e2 Optimize ensemble when Gram-Schmidt is not requested 2025-01-30 13:08:13 -05:00
Nuwan Yapa 3b2277cbd0 Reorganize orthogonalization in EC.jl 2025-01-30 13:02:54 -05:00
Nuwan Yapa dae6ed9f21 Tweak parameters 2025-01-29 19:32:28 -05:00
Nuwan Yapa ce7354b82e Bump E_max for consistency 2025-01-29 13:23:45 -05:00
Nuwan Yapa e54dd66cda CI estimation 2025-01-27 20:17:41 -05:00
Nuwan Yapa ad25531571 Forbid simultaneous Gram-Schmidt and pseudoinverse 2025-01-27 12:58:43 -05:00
Nuwan Yapa ce8166c985 Apples-to-apples comparison 2025-01-17 12:34:34 -05:00
Nuwan Yapa 751bfe193e Remove useless code 2025-01-16 14:33:42 -05:00
Nuwan Yapa 027d5a3e3f Optimized and reorganized Moore-Penrose 2025-01-16 08:57:20 -05:00
Nuwan Yapa 14b7671f6a Rough implementation of Moore-Penrose 2025-01-15 20:29:56 -05:00
Nuwan Yapa bc1d449bab 3-body CSM calculation 2025-01-15 18:17:08 -05:00
Nuwan Yapa ad666a41d0 Verbose bugs fixed 2025-01-15 17:38:01 -05:00
Nuwan Yapa 870eecbb38 p-space systems refactored 2025-01-15 17:36:37 -05:00
Nuwan Yapa 0a82034437 Minor cleanup 2025-01-15 14:47:24 -05:00
Nuwan Yapa 90026db221 HO systems fully refactored 2025-01-15 12:58:04 -05:00
Nuwan Yapa 7a326bda96 Rename helper.jl to common.jl 2025-01-15 12:14:00 -05:00
Nuwan Yapa 0ceb379be7 HO systems refactored (breaks EC calculations) 2025-01-15 03:25:46 -05:00
Nuwan Yapa e5346e1ef4 Small optimization 2025-01-14 12:25:56 -05:00
Nuwan Yapa 42a63d6957 EC.jl implemented for all 2025-01-13 20:40:05 -05:00
Nuwan Yapa 9215bcad05 Missed one 2025-01-13 18:22:38 -05:00
Nuwan Yapa 29bbceac03 EC.jl implemented for all 3-body systems 2025-01-10 15:35:16 -05:00
Nuwan Yapa 9084820ddc Fix dependencies 2025-01-10 10:20:56 -05:00
Nuwan Yapa e123ae0eaf EC infrastructure refactored out to separate file 2025-01-09 19:13:28 -05:00
Nuwan Yapa 39b3da196c Missed removal 2025-01-08 15:57:11 -05:00
Nuwan Yapa fc960d66cf Implemented Gram-Schmidt in all calculations 2025-01-08 15:04:49 -05:00
Nuwan Yapa 8cdf0201da Missing dependency 2025-01-08 14:41:05 -05:00
Nuwan Yapa 98d802b295 Implement Gram-Schmidt for all 3-body calculations 2025-01-08 14:03:15 -05:00
Nuwan Yapa 9b7eee03f0 Minor 2025-01-08 13:53:04 -05:00
Nuwan Yapa bed8619d9d Make weights optional (for HO basis) 2025-01-08 13:15:42 -05:00
Nuwan Yapa 4efd967589 Remove unwanted calculation 2025-01-08 12:49:02 -05:00
Nuwan Yapa 99739a011c Improved stability for Gram-Schmidt 2025-01-07 18:15:50 -05:00
Nuwan Yapa 22c9c1eaf1 More verbose 2025-01-07 16:50:36 -05:00
Nuwan Yapa 8e435c0533 Add verbosity 2025-01-06 18:49:35 -05:00
Nuwan Yapa 365ec8196d Gram-Schmidt improved 2025-01-06 18:35:19 -05:00
Nuwan Yapa 660b0b4715 Minor refactoring 2025-01-06 15:59:53 -05:00
Nuwan Yapa 9462cd43bf Absolute singular values 2025-01-06 15:42:01 -05:00
Nuwan Yapa 4815366e36 More testing for Gram-Schmidt 2025-01-06 15:16:53 -05:00
Nuwan Yapa f51c0f32e6 Function for calculating rank 2024-12-30 18:21:45 -05:00
Nuwan Yapa 2715191ee5 Changing U' to transpose(U) for peace of mind 2024-12-27 18:33:01 -05:00
Nuwan Yapa 95ccd11057 Gram-Schmidt implemented 2024-12-27 18:17:41 -05:00
Nuwan Yapa 12c09caa95 Simplification 2024-12-23 17:03:55 -05:00
Nuwan Yapa 0204903bc6 Simplification of 3-body Berggren calculations 2024-12-20 20:20:38 -05:00
Nuwan Yapa 9c83e3e56b Notebooks -> Scripts 2024-12-19 17:07:19 -05:00
Nuwan Yapa b3934d6885 Berggren integral fixed (still not working) 2024-12-13 03:27:46 -05:00
Nuwan Yapa 267c6a1144 Cache misses fixed 2024-12-11 23:28:54 -05:00
Nuwan Yapa 7d46e90541 Missed change related to "63392d" fixed 2024-12-11 22:23:49 -05:00
Nuwan Yapa 791485a391 Better cache preallocation (performace degraded!) 2024-12-11 20:45:59 -05:00
Nuwan Yapa 63392d3bc3 Get rid of masks 2024-12-11 17:21:57 -05:00