gitextract_c_zt9wcv/ ├── Makefile ├── Makefile.am ├── Makefile_Claude ├── Makefile_MacOS ├── OCisoCbinding/ │ ├── liboctq.F90 │ ├── liboctqisoc.F90 │ ├── octqc.h │ └── pyOC/ │ ├── example.ipynb │ ├── example.py │ ├── pyOC.f90 │ ├── pyOC.py │ └── pyOCUnitTest.py ├── README.md ├── build_configure ├── configure.ac.1 ├── doc/ │ ├── makedok4.F90 │ └── manual/ │ ├── ochelp.html │ └── ochelp.tex ├── examples/ │ ├── TQ4lib/ │ │ ├── Cpp/ │ │ │ ├── Makefile │ │ │ ├── Matthias/ │ │ │ │ ├── FECRMNC.TDB │ │ │ │ ├── FENI.TDB │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile-parallel │ │ │ │ ├── OC-isoC.h │ │ │ │ ├── crfe/ │ │ │ │ │ ├── crfe.TDB │ │ │ │ │ └── tqex1.cpp │ │ │ │ ├── feni/ │ │ │ │ │ ├── FENI.TDB │ │ │ │ │ └── tqex2.cpp │ │ │ │ ├── liboctqcpp.cpp │ │ │ │ ├── liboctqcpp.h │ │ │ │ ├── liboctqisoc.F90 │ │ │ │ ├── linkmake │ │ │ │ ├── steel1.TDB │ │ │ │ ├── tqcpptest1.cpp │ │ │ │ ├── tqex3.cpp │ │ │ │ └── tqintf.h │ │ │ ├── Scheil/ │ │ │ │ ├── Compile_OCASI_win32.bash │ │ │ │ ├── Example_OCASI.cpp │ │ │ │ ├── cost507r.TDB │ │ │ │ ├── liboctqisoc.F90 │ │ │ │ ├── linkscheil │ │ │ │ ├── ocasiintf.h │ │ │ │ ├── octqc.h │ │ │ │ ├── readme-scheil.tex │ │ │ │ └── tqintf.h │ │ │ ├── liboctq.F90 │ │ │ └── liboctqisoc.F90 │ │ ├── F90/ │ │ │ ├── crfe/ │ │ │ │ ├── TQ1-crfe.F90 │ │ │ │ ├── crfe.TDB │ │ │ │ ├── link-tqtest1 │ │ │ │ └── readme-tq1.tex │ │ │ ├── feni/ │ │ │ │ ├── FENI.TDB │ │ │ │ ├── TQ2-feni.F90 │ │ │ │ ├── linkmake │ │ │ │ └── readme.tex │ │ │ ├── liboctq.F90 │ │ │ └── parallel-alnipt/ │ │ │ ├── AlNiPt-2005.TDB │ │ │ ├── README.sim │ │ │ ├── liboctq.F90 │ │ │ ├── linksim │ │ │ ├── setup.input │ │ │ └── sim-alnipt.F90 │ │ └── readme.tex │ └── macros/ │ ├── AlC-OC.TDB │ ├── AlC-diagrams.OCM │ ├── AlFe-4SLBF.TDB │ ├── BEF.TDB │ ├── CHO-gas.TDB │ ├── MgNaCl.TDB │ ├── MgNaClX.TDB │ ├── MoRe.TDB │ ├── MoRe1.PDB │ ├── OU.TDB │ ├── SGTE-unary1991-2010.TDB │ ├── agcu.TDB │ ├── all-from-map19.OCM │ ├── all-from-map4.OCM │ ├── all-from-tzero.OCM │ ├── all.OCM │ ├── allcost.OCM │ ├── alni-4slx.TDB │ ├── cost507R.TDB │ ├── cslaf-excess.TDB │ ├── cslaf-map.OCM │ ├── hogas.TDB │ ├── iron4cd.TDB │ ├── map1.OCM │ ├── map10.OCM │ ├── map11.OCM │ ├── map12.OCM │ ├── map13.OCM │ ├── map14.OCM │ ├── map15.OCM │ ├── map16.OCM │ ├── map17.OCM │ ├── map18.OCM │ ├── map19.OCM │ ├── map2.OCM │ ├── map3.OCM │ ├── map4.OCM │ ├── map5.OCM │ ├── map6.OCM │ ├── map7.OCM │ ├── map8.OCM │ ├── map9.OCM │ ├── maplast.OCM │ ├── melting.OCM │ ├── mqtest-1C.OCM │ ├── opttest1.OCM │ ├── opttest2-map-diagram.OCM │ ├── opttest2-plot-cpcumg2.OCM │ ├── opttest2-plot-cplaves.OCM │ ├── opttest2-plot-hliq.OCM │ ├── opttest2.OCM │ ├── opttest2A.OCM │ ├── opttest2B.OCM │ ├── opttest2C.OCM │ ├── opttest2D.OCM │ ├── opttest2E.OCM │ ├── opttest2F.OCM │ ├── opttest2G.OCM │ ├── parallel1.OCM │ ├── parallel2.OCM │ ├── saf2507.TDB │ ├── save.OCM │ ├── sro-cef.OCM │ ├── steel1.TDB │ ├── steel7.TDB │ ├── step-epz.OCM │ ├── step-scheil.OCM │ ├── step-tzero.OCM │ ├── step1.OCM │ ├── step2.OCM │ ├── step3.OCM │ ├── step4.OCM │ ├── step5.OCM │ ├── step6.OCM │ ├── step7.OCM │ ├── step8.OCM │ ├── step9.OCM │ ├── testcond1.OCM │ ├── unary.OCM │ └── uniquac.OCM ├── linkmake ├── linkoc ├── linkpara ├── oc6P └── src/ ├── linkocdate.F90 ├── minimizer/ │ └── matsmin.F90 ├── models/ │ ├── OC-isoC.h │ ├── gtp3.F90 │ ├── gtp3A.F90 │ ├── gtp3B.F90 │ ├── gtp3C.F90 │ ├── gtp3D.F90 │ ├── gtp3E.F90 │ ├── gtp3EX.F90 │ ├── gtp3EY.F90 │ ├── gtp3F.F90 │ ├── gtp3G.F90 │ ├── gtp3H.F90 │ ├── gtp3X.F90 │ ├── gtp3XQ.F90 │ ├── gtp3Y.F90 │ ├── gtp3Z.F90 │ ├── gtp3_dd1.F90 │ ├── gtp3_dd2.F90 │ ├── gtp3_xml.F90 │ └── ocparam.F90 ├── numlib/ │ ├── minpack1.F90 │ ├── oclablas.F90 │ └── ocnum.F90 ├── pmain1.F90 ├── stepmapplot/ │ ├── smp2.F90 │ ├── smp2A.F90 │ └── smp2B.F90 ├── userif/ │ └── pmon6.F90 └── utilities/ ├── GETKEY/ │ ├── M_getkey.F90 │ ├── Makefile │ └── getkey.c ├── TINYFILEDIALOGS/ │ ├── Makefile │ ├── compile_and_link │ ├── ftinyopen.F90 │ ├── tinyfiledialogs.c │ ├── tinyfiledialogs.h │ └── tinyopen.c └── metlib4.F90