Commit Graph

209 Commits

Author SHA1 Message Date
ysyapa 3bdf6285e2 V2 not working 2024-05-01 17:46:08 +00:00
Nuwan Yapa 222ab12ef7 Kronecker sum implemented 2024-04-29 10:58:24 -04:00
Nuwan Yapa 1f834f72e9 2 body Berggren code for eventually building up to 3 bodies 2024-04-26 17:50:30 -04:00
Nuwan Yapa 7fe27eea07 Helper function for finding nearest value out of a list 2024-04-26 17:48:25 -04:00
Nuwan Yapa 98e8cdb9d3 Numerical V matrix elements 2024-04-26 17:02:32 -04:00
Nuwan Yapa dc28873bce Import LinearAlgebra in the appropriate context 2024-04-26 15:44:19 -04:00
Nuwan Yapa 13494df20b Different subdivisions for mesh segment 2024-04-25 11:32:52 -04:00
Nuwan Yapa 4f166f1ada Unwanted dependency removed 2024-04-25 11:16:28 -04:00
Nuwan Yapa 323634057d Not worrying about cache 2024-04-24 15:18:59 -04:00
Nuwan Yapa 6a3590cd85 Implemented LRUCache for V matrix elements 2024-04-24 15:14:32 -04:00
Nuwan Yapa aac1a2e431 Added parameters for tolerance and maximum evaluations in V_numerical 2024-04-24 14:19:03 -04:00
Nuwan Yapa af1391197c 3 boson resonance from ComplexScaling-FV paper 2024-04-23 13:40:21 -04:00
Nuwan Yapa 459aed5b78 Cache implements 'dtype' 2024-04-23 13:10:06 -04:00
Nuwan Yapa 1507f53f50 V matrix elements caching 2024-04-23 12:35:20 -04:00
Nuwan Yapa 71c789376d Numerical calculation of V matrix 2024-04-22 15:12:16 -04:00
Nuwan Yapa c5e4f51b0c Spelling fix 2024-04-22 09:36:08 -04:00
Nuwan Yapa fcdd669983 Formatting 2024-04-19 18:26:37 -04:00
Nuwan Yapa e3b06b8bcd Parity symmetry reduction 2024-04-19 18:25:56 -04:00
Nuwan Yapa 4fa01f80e1 Global μω coefficient added 2024-04-19 17:51:27 -04:00
Nuwan Yapa 9675e4a47e Optimize Moshinsky matrix construction 2024-04-19 17:18:36 -04:00
Nuwan Yapa 4fae06f8cd Now Emax = max(l1 + l2 + 2*(n1 + n2)) 2024-04-19 15:31:38 -04:00
Nuwan Yapa 43c4a5941c Back to all E ≤ Emax (instead of every other) 2024-04-19 15:28:02 -04:00
Nuwan Yapa fce2f997c8 OSBRACKETS implemented and NuclearToolkit.jl removed 2024-04-19 15:18:36 -04:00
Nuwan Yapa 278974f5b6 Minor bug that had no effect 2024-04-19 14:54:59 -04:00
Nuwan Yapa c0e68bec0d Added test for ALLOSBRAC 2024-04-19 14:49:00 -04:00
Nuwan Yapa c302ad51fa Test against Buck et al instead of Brody et al 2024-04-18 15:03:42 -04:00
Nuwan Yapa 643dc4dd8b Ignore .vscode/settings.json 2024-04-18 13:41:34 -04:00
Nuwan Yapa 80e091e7ba Critical bug related to Jacobi+Moshinsky fixed (3 body results good!) 2024-04-18 12:36:58 -04:00
Nuwan Yapa 4c368ac903 Proper mu and omega constants 2024-04-17 16:25:06 -04:00
Nuwan Yapa 1de8f45f84 OSBRACKETS moved to parent directory 2024-04-16 16:21:32 -04:00
ysyapa 5f69cbb8d6 conj() -> Hermitian conjugate 2024-04-16 20:20:28 +00:00
ysyapa f956f92546 Moshinsky brackets comparison with Buck et al. 2024-04-16 20:07:05 +00:00
ysyapa d987b02290 COSMO tested 2024-04-16 19:32:40 +00:00
ysyapa 3cc2b39d41 Remove OSBRACKETS from repo 2024-04-16 19:04:49 +00:00
Nuwan Yapa 0ff9786bef Added triangle inequality checker 2024-04-16 13:00:57 -04:00
Nuwan Yapa ca33915f88 OSBRACKETS tested 2024-04-15 21:40:31 -04:00
Nuwan Yapa 26d5a97d47 Merge branch 'main' into ho_basis 2024-04-15 13:04:07 -04:00
Nuwan Yapa c91fb0c14d Gitignore Project.toml 2024-04-15 13:03:46 -04:00
Nuwan Yapa 6f10af12d4 Moshinsky transform unit tests 2024-04-12 16:48:11 -04:00
Nuwan Yapa ae9392d0b6 Compare B2R with CSM and Berggren 2024-04-10 17:09:03 -04:00
Nuwan Yapa 26fa796b0d gitignore temp folder 2024-04-10 16:05:43 -04:00
Nuwan Yapa 3b3f096913 Modified Jacobi 2024-04-10 14:51:26 -04:00
Nuwan Yapa fa00c75949 Merge branch 'main' into ho_basis 2024-04-09 18:02:48 -04:00
Nuwan Yapa 9154daadf2 gitignore hpc folder 2024-04-09 18:02:27 -04:00
Nuwan Yapa 85e109dcbb Timing basis construction 2024-04-03 10:50:19 -04:00
Nuwan Yapa 51dab59702 Parameter adjustment 2024-04-02 18:49:32 -04:00
Nuwan Yapa fbab9c0316 Critical bug fixed: missing Kronecker deltas 2024-04-02 18:48:41 -04:00
Nuwan Yapa ccee9c38ea 2-body calculation for benchmarking 3-body 2024-04-01 18:56:59 -04:00
Nuwan Yapa 47b02cf78a Parallelized V matrix construction 2024-03-27 18:09:22 -04:00
Nuwan Yapa 84a3c61cd5 Critical bug related to Jacobi coordinates fixed 2024-03-25 19:22:04 -04:00