Changeset bfbd4a for src


Ignore:
Timestamp:
Dec 14, 2012, 5:39:42 PM (12 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
2dd305
Parents:
d1ba0d
git-author:
Frederik Heber <heber@…> (09/28/12 08:58:39)
git-committer:
Frederik Heber <heber@…> (12/14/12 17:39:42)
Message:

Storing KeySet file with global ids now.

  • We now parse in key set file in FragmentationAction::performCall().
  • new function Graph::getLocalGraph() which sorts out all keysets local to a given molecule.
  • this local graph is passed on to Fragmentation::FragmentMolecule().
  • Fragmentation::AssignKeySetsToFragment() now has const Graph ref as param.
Location:
src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/FragmentationAction.cpp

    rd1ba0d rbfbd4a  
    107107  }
    108108
     109  // we require the current bond graph
    109110  DepthFirstSearchAnalysis DFS;
     111
     112  // we parse in the keysets from last time if present
     113  Graph StoredGraph;
     114  StoredGraph.ParseKeySetFile(params.prefix.get());
     115
    110116  start = clock();
    111117  // go through all keys (i.e. all molecules)
     
    134140    LOG(0, std::endl << " ========== Fragmentation of molecule " << mol->getName() << " ========================= ");
    135141    {
    136       const int tempFlag = Fragmenter.FragmentMolecule(mols_atomids, params.order.get(), params.prefix.get(), DFS);
     142      Graph StoredLocalGraph(StoredGraph.getLocalGraph(mol));
     143      const int tempFlag = Fragmenter.FragmentMolecule(mols_atomids, params.order.get(), params.prefix.get(), DFS, StoredLocalGraph);
    137144      if ((ExitFlag == 2) && (tempFlag != 2))
    138145        ExitFlag = tempFlag; // if there is one molecule that needs further fragmentation, it overrides others
     
    144151  }
    145152  LOG(0, "STATUS: There are " << keysetcounter << " fragments.");
     153
     154  // store keysets to file
     155  {
     156    TotalGraph.StoreKeySetFile(params.prefix.get());
     157  }
    146158
    147159  // store molecule's fragment to file
  • src/Fragmentation/Fragmentation.cpp

    rd1ba0d rbfbd4a  
    101101    int Order,
    102102    const std::string &prefix,
    103     DepthFirstSearchAnalysis &DFS)
     103    DepthFirstSearchAnalysis &DFS,
     104    const Graph &ParsedFragmentList)
    104105{
    105106  std::fstream File;
     
    139140      AtomMask.setFalse((*iter)->getNr());
    140141  }
    141 
    142   // ===== 3. if structure still valid, parse key set file and others =====
    143   Graph ParsedFragmentList;
    144   FragmentationToDo = FragmentationToDo && ParsedFragmentList.ParseKeySetFile(prefix);
    145142
    146143  // ===== 4. check globally whether there's something to do actually (first adaptivity check)
     
    491488 * \retuen true - success, false - failure
    492489 */
    493 bool Fragmentation::AssignKeySetsToFragment(Graph &KeySetList, ListOfLocalAtoms_t &ListOfLocalAtoms, Graph &FragmentList, bool FreeList)
     490bool Fragmentation::AssignKeySetsToFragment(const Graph &KeySetList, ListOfLocalAtoms_t &ListOfLocalAtoms, Graph &FragmentList, bool FreeList)
    494491{
    495492  Info FunctionInfo(__func__);
     
    506503    // assign scanned keysets
    507504    KeySet TempSet;
    508     for (Graph::iterator runner = KeySetList.begin(); runner != KeySetList.end(); runner++) { // key sets contain global numbers!
     505    for (Graph::const_iterator runner = KeySetList.begin(); runner != KeySetList.end(); runner++) { // key sets contain global numbers!
    509506      if (ListOfLocalAtoms[mol->FindAtom(*((*runner).first.begin()))->getNr()] != NULL) {// as we may assume that that bond structure is unchanged, we only test the first key in each set
    510507        // translate keyset to local numbers
  • src/Fragmentation/Fragmentation.hpp

    rd1ba0d rbfbd4a  
    3737  ~Fragmentation();
    3838
    39   int FragmentMolecule(const std::vector<atomId_t> &atomids, int Order, const std::string &prefix, DepthFirstSearchAnalysis &DFS);
     39  int FragmentMolecule(const std::vector<atomId_t> &atomids, int Order, const std::string &prefix, DepthFirstSearchAnalysis &DFS, const Graph &ParsedFragmentList);
    4040
    4141  const Graph& getGraph() const {
     
    5555  // storing fragments
    5656  void FillRootStackForSubgraphs(KeyStack &RootStack, const AtomMask_t &AtomMask);
    57   bool AssignKeySetsToFragment(Graph &KeySetList, ListOfLocalAtoms_t &ListOfLocalAtoms, Graph &FragmentList, bool FreeList = false);
     57  bool AssignKeySetsToFragment(const Graph &KeySetList, ListOfLocalAtoms_t &ListOfLocalAtoms, Graph &FragmentList, bool FreeList = false);
    5858  void TranslateIndicesToGlobalIDs(Graph &FragmentList, int &TotalNumberOfKeySets, Graph &TotalGraph);
    5959
  • src/Fragmentation/Graph.cpp

    rd1ba0d rbfbd4a  
    4444#include "CodePatterns/Log.hpp"
    4545
     46#include "Atom/atom.hpp"
     47#include "Descriptors/AtomIdDescriptor.hpp"
    4648#include "Fragmentation/AdaptivityMap.hpp"
    4749#include "Helpers/defs.hpp"
    4850#include "Helpers/helpers.hpp"
     51#include "World.hpp"
    4952
    5053/** Constructor for class Graph.
     
    246249  return IndexKeySetList;
    247250};
     251
     252/** For a given molecule, returns each keyset local to this molecule.
     253 *
     254 * @param mol desired molecule
     255 * @return graph with local keysets (local ids!)
     256 */
     257Graph Graph::getLocalGraph(const molecule* mol) const
     258{
     259  Graph LocalGraph;
     260  // go through all key sets, assuming ids are global
     261  for (const_iterator iter = begin(); iter != end(); ++iter) {
     262    // check whether each keyset's GLOBAL id is contained in mol_ids (via conversion through World)
     263    KeySet temp;
     264    for (KeySet::const_iterator keyiter = iter->first.begin();
     265        keyiter != iter->first.end(); ++keyiter) {
     266      const size_t globalid = *keyiter;
     267      const atom *Walker = World::getInstance().getAtom(AtomById(globalid));
     268      if (Walker != NULL) {
     269        if (Walker->getMolecule() != mol) {
     270          break;
     271        } else {
     272          // and store the LOCAL number
     273          const size_t localid = Walker->getNr();
     274          temp.insert(localid);
     275        }
     276      } else {
     277        ELOG(0, "Id " << globalid << " is not associated with any atom.");
     278        break;
     279      }
     280    }
     281    if (temp.size() == iter->first.size()) {
     282      // if so, add to LocalGraph
     283      LocalGraph.insert( std::make_pair(temp, iter->second) );
     284    }
     285  }
     286
     287  return LocalGraph;
     288}
  • src/Fragmentation/Graph.hpp

    rd1ba0d rbfbd4a  
    2323
    2424class AdaptivityMap;
     25class molecule;
    2526
    2627class Graph : public std::map <KeySet, NumberValuePair >
     
    3738  bool StoreTEFactorsFile(char *path) const;
    3839
     40  Graph getLocalGraph(const molecule* mol) const;
     41
    3942  AdaptivityMap * GraphToAdaptivityMap() const;
    4043};
Note: See TracChangeset for help on using the changeset viewer.