Navigation

  • index
  • modules |
  • next |
  • previous |
  • RepTate 1.1.1 2021-12-09 documentation »
  • RepTate for developers »
  • Navigate the source Code of RepTate

Navigate the source Code of RepTate¶

  • Core classes (Command Line)
    • Application
    • ApplicationManager
    • CmdBase
    • DataSet
    • DataTable
    • File
    • FileType
    • Parameter
    • Theory
    • Tool
    • View
  • Core classes (Graphical User Interface)
    • QApplicationManager
    • QApplicationWindow
    • QDataSet
    • QTheory
    • QTool
  • Applications
    • ApplicationCreep
    • ApplicationCrystal
    • ApplicationDielectric
    • ApplicationGt
    • ApplicationLAOS
    • ApplicationLVE
    • ApplicationMWD
    • ApplicationNLVE
    • ApplicationReact
    • ApplicationSANS
    • ApplicationTTS
    • ApplicationTTSFactors
    • ApplicationUniversalViewer
  • Theories
    • TheoryArrhenius
    • TheoryBasic
    • TheoryBobLVE
    • TheoryBobNLVE
    • TheoryCarreauYasuda
    • TheoryCreatePolyconf
    • TheoryDSMLinear
    • TheoryDTDStars
    • TheoryDebye
    • TheoryDebyeModes
    • TheoryDieneCSTR
    • TheoryDiscrMWD
    • TheoryGEX
    • TheoryGiesekus
    • TheoryGoPolyStrand
    • TheoryHavriliakNegamiModes
    • TheoryKWWModes
    • TheoryLDPEBatch
    • TheoryLikhtmanMcLeish2002
    • TheoryLogNormal
    • TheoryMaxwellModes
    • TheoryMultiMetCSTR
    • TheoryPETS
    • TheoryPomPom
    • TheoryRDPLVE
    • TheoryReactMix
    • TheoryRetardationModes
    • TheoryRolieDoublePoly
    • TheoryRoliePoly
    • TheoryRouse
    • TheorySCCR
    • TheoryShanbhagMaxwellModes
    • TheorySmoothPolyStrand
    • TheoryStickyReptation
    • TheoryTTS
    • TheoryTTS_Automatic
    • TheoryTemplate
    • TheoryTobitaCSTR
    • TheoryUCM
    • TheoryWLF
  • Tools
    • ToolBounds
    • ToolEvaluate
    • ToolFindPeaks
    • ToolGradient
    • ToolIntegral
    • ToolInterpolate
    • ToolMaterialsDatabase
    • ToolPowerLaw
    • ToolSmooth

Main Applications¶

Graphical User Interface¶

Module Reptate

Main program that launches the GUI.

RepTate.__main__.get_argument_files(finlist)[source]¶

Parse files from command line and group them by extension

Parameters

finlist (list) – List of files from argparse

RepTate.__main__.main()[source]¶
RepTate.__main__.start_RepTate(argv)[source]¶

Main RepTate application.

Parameters

argv (list) – Command line parameters passed to Reptate

Command Line Version¶

Module ReptateCL

Main program that launches the CL version of RepTate.

RepTate.CL.get_argument_files(finlist)[source]¶

Parse files from command line and group them by extension

Parameters

finlist (list) – List of files from argparse

RepTate.CL.main()[source]¶
RepTate.CL.start_RepTate(argv)[source]¶

Main RepTate application.

Parameters

argv (list) – Command line parameters passed to Reptate

Materials Database¶

Module MatDB

Main program that launches the Materials Database

RepTate.MatDB.main()[source]¶
RepTate.MatDB.start_MatDB(argv)[source]¶

Materials Database application.

Parameters

argv (list) – Command line parameters passed to MatDB

Universal Viewer (UV)¶

Module UV

Main program that launches the Universal Viewer of RepTate

RepTate.UV.get_argument_files(finlist)[source]¶

Parse files from command line and group them by extension

Parameters

finlist (list) – List of files from argparse

RepTate.UV.main()[source]¶
RepTate.UV.start_UV(argv)[source]¶

Start Universal Viewer app.

Parameters

argv (list) – Command line parameters passed to UV

Logo

Table of Contents

  • Navigate the source Code of RepTate
    • Main Applications
      • Graphical User Interface
      • Command Line Version
      • Materials Database
      • Universal Viewer (UV)

Previous topic

Tutorial: Interfacing Python and C code

Next topic

Core classes (Command Line)

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • RepTate 1.1.1 2021-12-09 documentation »
  • RepTate for developers »
  • Navigate the source Code of RepTate
© Copyright 2017-2020, Universidad Politécnica de Madrid, University of Leeds. Created using Sphinx 4.3.1.