RepTate Logo
  • About RepTate
  • Features
  • Installation
  • User Manual
  • RepTate for developers
    • Tutorial: Adding new functionality to RepTate
    • Tutorial: Interfacing Python and C code
    • Units
    • Navigate the source Code of RepTate
      • Core classes
      • Core classes (Graphical User Interface)
      • Applications
      • Theories
      • Tools
      • Main Applications
        • Graphical User Interface
        • Materials Database
        • Universal Viewer (UV)
    • Code Class Diagrams
    • Code and Documentation TODO items
  • RepTate contributors
  • Version History
  • Works that cite RepTate
RepTate
  • RepTate for developers
  • Navigate the source Code of RepTate
  • View page source

Navigate the source Code of RepTate

  • Core classes
    • DataTable
    • File
    • FileType
    • Parameter
    • 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
    • TheoryLP2RLVE
    • 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: Sequence[str] | None) → dict[str, list[str]]

Parse files from command line and group them by extension

Parameters:

finlist (list) – List of files from argparse

RepTate.__main__.main() → None
RepTate.__main__.start_RepTate(argv: Sequence[str]) → None

Main RepTate application.

Parameters:

argv (list) – Command line parameters passed to Reptate

Materials Database

Universal Viewer (UV)

Previous Next

© Copyright 2017-2026, Universidad Politécnica de Madrid, University of Leeds.

Built with Sphinx using a theme provided by Read the Docs.