- 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/mbptr12/Makefile.am
r318d5a r23612c 1 1 LIBSCMBPTR12SOURCES = \ 2 compute_a_gebc_abs1.cc compute_a_gebc.cc compute_a_gebc_vbs.cc compute_amps.cc compute_energy_a.cc compute_ijxy.cc compute_ikjy.cc compute_ixjy.cc compute_vxb_a_asymm.cc compute_vxb_a_symm.cc coulomb.cc dualbasis_mp2.cc ebc_contribs.cc exchange.cc fock.cc gbc_contribs.cc mbptr12.cc moindexspace.cc mp2r12_energy.cc multipole_ints.cc pairiter.cc r12_amps.cc r12ia.cc r12ia_memgrp.cc r12ia_mpiiofile.cc r12ia_node0file.cc r12int_eval.cc ri_basis.cc svd.cc transform_123inds.cc transform_12inds.cc transform_13inds.cc transform_factory.cc transform_ijxy.cc transform_ikjy.cc transform_ixjy.cc transform_tbint.cc twobodygrid.cc vxb_eval_info.cc 2 chemistry/qc/mbptr12/compute_a_gebc_abs1.cc \ 3 chemistry/qc/mbptr12/compute_a_gebc.cc \ 4 chemistry/qc/mbptr12/compute_a_gebc_vbs.cc \ 5 chemistry/qc/mbptr12/compute_amps.cc \ 6 chemistry/qc/mbptr12/compute_energy_a.cc \ 7 chemistry/qc/mbptr12/compute_ijxy.cc \ 8 chemistry/qc/mbptr12/compute_ikjy.cc \ 9 chemistry/qc/mbptr12/compute_ixjy.cc \ 10 chemistry/qc/mbptr12/compute_vxb_a_asymm.cc \ 11 chemistry/qc/mbptr12/compute_vxb_a_symm.cc \ 12 chemistry/qc/mbptr12/coulomb.cc \ 13 chemistry/qc/mbptr12/dualbasis_mp2.cc \ 14 chemistry/qc/mbptr12/ebc_contribs.cc \ 15 chemistry/qc/mbptr12/exchange.cc \ 16 chemistry/qc/mbptr12/fock.cc \ 17 chemistry/qc/mbptr12/gbc_contribs.cc \ 18 chemistry/qc/mbptr12/mbptr12.cc \ 19 chemistry/qc/mbptr12/moindexspace.cc \ 20 chemistry/qc/mbptr12/mp2r12_energy.cc \ 21 chemistry/qc/mbptr12/multipole_ints.cc \ 22 chemistry/qc/mbptr12/pairiter.cc \ 23 chemistry/qc/mbptr12/r12_amps.cc \ 24 chemistry/qc/mbptr12/r12ia.cc \ 25 chemistry/qc/mbptr12/r12ia_memgrp.cc \ 26 chemistry/qc/mbptr12/r12ia_mpiiofile.cc \ 27 chemistry/qc/mbptr12/r12ia_node0file.cc \ 28 chemistry/qc/mbptr12/r12int_eval.cc \ 29 chemistry/qc/mbptr12/ri_basis.cc \ 30 chemistry/qc/mbptr12/svd.cc \ 31 chemistry/qc/mbptr12/transform_123inds.cc \ 32 chemistry/qc/mbptr12/transform_12inds.cc \ 33 chemistry/qc/mbptr12/transform_13inds.cc \ 34 chemistry/qc/mbptr12/transform_factory.cc \ 35 chemistry/qc/mbptr12/transform_ijxy.cc \ 36 chemistry/qc/mbptr12/transform_ikjy.cc \ 37 chemistry/qc/mbptr12/transform_ixjy.cc \ 38 chemistry/qc/mbptr12/transform_tbint.cc \ 39 chemistry/qc/mbptr12/twobodygrid.cc \ 40 chemistry/qc/mbptr12/vxb_eval_info.cc 41 3 42 4 43 LIBSCMBPTR12HEADERS = \ 5 blas.h lapack.h linearr12.h linkage.h mbptr12.h moindexspace.h mp2r12_energy.h pairiter.h print_scmat_norms.h r12_amps.h r12ia.h r12ia_memgrp.h r12ia_mpiiofile.h r12ia_node0file.h r12int_eval.h svd.h transform_123inds.h transform_12inds.h transform_13inds.h transform_factory.h transform_ijxy.h transform_ikjy.h transform_ixjy.h transform_tbint.h twobodygrid.h vxb_eval_info.h 44 chemistry/qc/mbptr12/blas.h \ 45 chemistry/qc/mbptr12/lapack.h \ 46 chemistry/qc/mbptr12/linearr12.h \ 47 chemistry/qc/mbptr12/linkage.h \ 48 chemistry/qc/mbptr12/mbptr12.h \ 49 chemistry/qc/mbptr12/moindexspace.h \ 50 chemistry/qc/mbptr12/mp2r12_energy.h \ 51 chemistry/qc/mbptr12/pairiter.h \ 52 chemistry/qc/mbptr12/print_scmat_norms.h \ 53 chemistry/qc/mbptr12/r12_amps.h \ 54 chemistry/qc/mbptr12/r12ia.h \ 55 chemistry/qc/mbptr12/r12ia_memgrp.h \ 56 chemistry/qc/mbptr12/r12ia_mpiiofile.h \ 57 chemistry/qc/mbptr12/r12ia_node0file.h \ 58 chemistry/qc/mbptr12/r12int_eval.h \ 59 chemistry/qc/mbptr12/svd.h \ 60 chemistry/qc/mbptr12/transform_123inds.h \ 61 chemistry/qc/mbptr12/transform_12inds.h \ 62 chemistry/qc/mbptr12/transform_13inds.h \ 63 chemistry/qc/mbptr12/transform_factory.h \ 64 chemistry/qc/mbptr12/transform_ijxy.h \ 65 chemistry/qc/mbptr12/transform_ikjy.h \ 66 chemistry/qc/mbptr12/transform_ixjy.h \ 67 chemistry/qc/mbptr12/transform_tbint.h \ 68 chemistry/qc/mbptr12/twobodygrid.h \ 69 chemistry/qc/mbptr12/vxb_eval_info.h 70 6 71 7 72 lib_LTLIBRARIES += … … 43 108 #nodist_libSCmbptr12_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h 44 109 110 45 111 MBPTR12TESTS = \ 46 112 mbptr12test … … 54 120 libSCcontainer.la libSCref.la libSCmisc.la 55 121 56 mbptr12test_SOURCES = mbptr12test.cc 122 mbptr12test_SOURCES = \ 123 chemistry/qc/mbptr12/mbptr12test.cc 57 124 mbptr12test_LDADD = \ 58 125 $(MBPTR12LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.