Commit Graph

125 Commits

Author SHA1 Message Date
Nuwan Yapa 5c1c34d9eb Move calculations to folder 2024-06-27 18:33:54 -04:00
Nuwan Yapa d1a76c1909 Move EC calculations to a folder 2024-06-27 18:20:19 -04:00
Nuwan Yapa 449c93817a Refactor 3-body V matrix 2024-06-27 18:04:56 -04:00
Nuwan Yapa edd63d8a31 Berggren basis with poles 2024-06-27 15:11:48 -04:00
Nuwan Yapa ffa1236b8a Export data to CSV 2024-06-17 15:24:12 -04:00
ysyapa 25150cbf87 Fixed major bug related to index ordering 2024-06-05 23:22:40 +00:00
ysyapa 03f9ae6789 Bug fix 2024-06-05 15:55:37 +00:00
ysyapa 073dd81a6e Move Berggren stuff into separate file 2024-06-05 15:53:02 +00:00
ysyapa 98d3fe9229 Bug in Kronecker sum 2024-06-04 21:23:38 +00:00
ysyapa d230476589 Base constructed according to triangle inequality 2024-06-04 19:44:39 +00:00
ysyapa 59f74b0263 Merge branch 'main' into berggren 2024-05-31 20:13:38 +00:00
ysyapa 58e32f4950 Big optimization due to triangle inequality 2024-05-31 20:13:20 +00:00
Nuwan Yapa 29ed21f035 Unrelated comment 2024-05-30 16:27:19 -04:00
Nuwan Yapa 3200b7e041 EC for 3 body resonance 2024-05-04 21:40:43 -04:00
Nuwan Yapa 6b20372abd Fixed error regarding construction of W matrix 2024-05-01 17:49:38 -04:00
Nuwan Yapa d90551577d Error in HO wavefunction fixed 2024-05-01 16:08:18 -04:00
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