Skip to content

Latest commit

 

History

History
39 lines (39 loc) · 969 Bytes

kudocop_structure.md

File metadata and controls

39 lines (39 loc) · 969 Bytes

Simulationdatのclassの構成

SimulationDat
├── ImportFile
│   ├── ImportPara
│   ├── ImportConfig
│   ├── ImportInput
│   ├── ImportDumppos
│   ├── ImportDumpbond
│   ├── ImportXyz
│   ├── ImportOutmol
│   ├── ImportEnergy
│   ├── ImportDumpbondCG
│   ├── ImportOutCg
│   ├── ImportCar
│   └── ImportSumforce
├── ExportFile
│   ├── ExportDumppos
│   ├── ExportInput
│   ├── ExportXyz
│   └── ExportCar
└── Analyze
    ├── AnalyzeAtom
    ├── AnalyzeBond
    └── AnalyzeMolecule

Simulationdatsのclassの構成

SimulationDats
├── ImportPara
├── ImportDumpposes
├── ImportDumpbonds
├── ImportDumpbondsCG
├── ExportDumpposes
└── AnalyzeForSDats
    ├── AnalyzeAtomForSDats
    ├── AnalyzeBondForSDats
    └── AnalyzeMoleculeForSDats