title: CCFULL model

A Fortran90/Python program for coupled-channels calculations with all order couplings for heavy-ion fusion reactions

This version author: Zehong Liao and K.Hagino

The Original code: CCFULL Home Page https://www2.yukawa.kyoto-u.ac.jp/~kouichi.hagino/ccfull.html

The Original author: K.Hagino, N. Rowley, and A.T. Kruppa

Code in github : https://github.com/murry-liao/CCFULL_progame

A Fortran90 Version solved by the modified Numerov method with Real potential.

A Python Version solved by the modified Numerov method with Real potential.

A Fortran90 Version solved by the Discrete basis method with Real potential.

A Fortran90 Version solved by the modified Discrete basis method with Real potential.

A Fortran90 Version solved by the R matrix method with Real potential.

A Fortran90 Version solved by the modified Numerov method with Complex potential.

A Fortran90 Version solved by the R matrix method with Complex potential.

A Version combined with eigenvector continuation (to be continue).