Changeset 23612c for ThirdParty/mpqc_open/src/lib/chemistry/qc/scf
- Timestamp:
- Mar 2, 2017, 12:28:36 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_levmar, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- e2a57d
- Parents:
- 318d5a
- git-author:
- Frederik Heber <heber@…> (02/08/17 21:37:21)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 12:28:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/chemistry/qc/scf/Makefile.am
r318d5a r23612c 1 1 LIBSCSCFSOURCES = \ 2 clhf.cc clscf.cc effh.cc hsoshf.cc hsosscf.cc osshf.cc ossscf.cc scf.cc scfgradient.cc scfops.cc scfvector.cc svd.cc tchf.cc tcscf.cc tmplinst.cc uhf.cc uscf.cc 2 chemistry/qc/scf/clhf.cc \ 3 chemistry/qc/scf/clscf.cc \ 4 chemistry/qc/scf/effh.cc \ 5 chemistry/qc/scf/hsoshf.cc \ 6 chemistry/qc/scf/hsosscf.cc \ 7 chemistry/qc/scf/osshf.cc \ 8 chemistry/qc/scf/ossscf.cc \ 9 chemistry/qc/scf/scf.cc \ 10 chemistry/qc/scf/scfgradient.cc \ 11 chemistry/qc/scf/scfops.cc \ 12 chemistry/qc/scf/scfvector.cc \ 13 chemistry/qc/scf/svd.cc \ 14 chemistry/qc/scf/tchf.cc \ 15 chemistry/qc/scf/tcscf.cc \ 16 chemistry/qc/scf/tmplinst.cc \ 17 chemistry/qc/scf/uhf.cc \ 18 chemistry/qc/scf/uscf.cc 19 3 20 4 21 LIBSCSCFHEADERS = \ 5 clhf.h clhftmpl.h clscf.h effh.h gbuild.h hsoshf.h hsoshftmpl.h hsosscf.h lbgbuild.h lgbuild.h linkage.h ltbgrad.h osshf.h osshftmpl.h ossscf.h scf.h scflocal.h scfops.h tbgrad.h tchf.h tchftmpl.h tcscf.h uhf.h uhftmpl.h uscf.h 22 chemistry/qc/scf/clhf.h \ 23 chemistry/qc/scf/clhftmpl.h \ 24 chemistry/qc/scf/clscf.h \ 25 chemistry/qc/scf/effh.h \ 26 chemistry/qc/scf/gbuild.h \ 27 chemistry/qc/scf/hsoshf.h \ 28 chemistry/qc/scf/hsoshftmpl.h \ 29 chemistry/qc/scf/hsosscf.h \ 30 chemistry/qc/scf/lbgbuild.h \ 31 chemistry/qc/scf/lgbuild.h \ 32 chemistry/qc/scf/linkage.h \ 33 chemistry/qc/scf/ltbgrad.h \ 34 chemistry/qc/scf/osshf.h \ 35 chemistry/qc/scf/osshftmpl.h \ 36 chemistry/qc/scf/ossscf.h \ 37 chemistry/qc/scf/scf.h \ 38 chemistry/qc/scf/scflocal.h \ 39 chemistry/qc/scf/scfops.h \ 40 chemistry/qc/scf/tbgrad.h \ 41 chemistry/qc/scf/tchf.h \ 42 chemistry/qc/scf/tchftmpl.h \ 43 chemistry/qc/scf/tcscf.h \ 44 chemistry/qc/scf/uhf.h \ 45 chemistry/qc/scf/uhftmpl.h \ 46 chemistry/qc/scf/uscf.h 47 6 48 7 49 lib_LTLIBRARIES += … … 43 85 #nodist_libSCscf_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h 44 86 87 45 88 SCFTESTS = \ 46 89 scftest … … 54 97 libSCcontainer.la libSCref.la libSCmisc.la 55 98 56 scftest_SOURCES = scftest.cc 99 scftest_SOURCES = \ 100 chemistry/qc/scf/scftest.cc 57 101 scftest_LDADD = \ 58 102 $(SCFLIBS)
Note:
See TracChangeset
for help on using the changeset viewer.