setup.py
GridCal/ExecuteGridCal.py
GridCal/__init__.py
GridCal/__version__.py
GridCal.egg-info/PKG-INFO
GridCal.egg-info/SOURCES.txt
GridCal.egg-info/dependency_links.txt
GridCal.egg-info/requires.txt
GridCal.egg-info/top_level.txt
GridCal/Engine/__init__.py
GridCal/Engine/basic_structures.py
GridCal/Engine/grid_analysis.py
GridCal/Engine/plot_config.py
GridCal/Engine/Core/__init__.py
GridCal/Engine/Core/calculation_inputs.py
GridCal/Engine/Core/csc_graph.py
GridCal/Engine/Core/multi_circuit.py
GridCal/Engine/Core/numerical_circuit.py
GridCal/Engine/Devices/__init__.py
GridCal/Engine/Devices/battery.py
GridCal/Engine/Devices/branch.py
GridCal/Engine/Devices/bus.py
GridCal/Engine/Devices/generator.py
GridCal/Engine/Devices/load.py
GridCal/Engine/Devices/measurement.py
GridCal/Engine/Devices/meta_devices.py
GridCal/Engine/Devices/sequence_line.py
GridCal/Engine/Devices/shunt.py
GridCal/Engine/Devices/static_generator.py
GridCal/Engine/Devices/tower.py
GridCal/Engine/Devices/transformer.py
GridCal/Engine/Devices/types.py
GridCal/Engine/Devices/underground_line.py
GridCal/Engine/Devices/wire.py
GridCal/Engine/IO/__init__.py
GridCal/Engine/IO/cim_parser.py
GridCal/Engine/IO/dgs_parser.py
GridCal/Engine/IO/dpx_parser.py
GridCal/Engine/IO/excel_interface.py
GridCal/Engine/IO/file_handler.py
GridCal/Engine/IO/h5_interface.py
GridCal/Engine/IO/ipa_parser.py
GridCal/Engine/IO/json_parser.py
GridCal/Engine/IO/matpower_branch_definitions.py
GridCal/Engine/IO/matpower_bus_definitions.py
GridCal/Engine/IO/matpower_gen_definitions.py
GridCal/Engine/IO/matpower_parser.py
GridCal/Engine/IO/matpower_storage_definitions.py
GridCal/Engine/IO/psse_parser.py
GridCal/Engine/IO/sqlite_interface.py
GridCal/Engine/IO/zip_interface.py
GridCal/Engine/Replacements/__init__.py
GridCal/Engine/Replacements/mpiserve.py
GridCal/Engine/Replacements/poap_controller.py
GridCal/Engine/Replacements/strategy.py
GridCal/Engine/Replacements/tcpserve.py
GridCal/Engine/Simulations/__init__.py
GridCal/Engine/Simulations/result_types.py
GridCal/Engine/Simulations/ContinuationPowerFlow/__init__.py
GridCal/Engine/Simulations/ContinuationPowerFlow/continuation_power_flow.py
GridCal/Engine/Simulations/ContinuationPowerFlow/voltage_collapse_driver.py
GridCal/Engine/Simulations/Dynamics/__init__.py
GridCal/Engine/Simulations/Dynamics/dynamic_modules.py
GridCal/Engine/Simulations/Dynamics/transient_stability_driver.py
GridCal/Engine/Simulations/OPF/__init__.py
GridCal/Engine/Simulations/OPF/ac_opf.py
GridCal/Engine/Simulations/OPF/dc_opf.py
GridCal/Engine/Simulations/OPF/dc_opf_ts.py
GridCal/Engine/Simulations/OPF/nelder_mead_opf.py
GridCal/Engine/Simulations/OPF/opf_driver.py
GridCal/Engine/Simulations/OPF/opf_results.py
GridCal/Engine/Simulations/OPF/opf_time_series_driver.py
GridCal/Engine/Simulations/Optimization/__init__.py
GridCal/Engine/Simulations/Optimization/optimization_driver.py
GridCal/Engine/Simulations/PowerFlow/__init__.py
GridCal/Engine/Simulations/PowerFlow/fast_decoupled_power_flow.py
GridCal/Engine/Simulations/PowerFlow/helm_power_flow.py
GridCal/Engine/Simulations/PowerFlow/jacobian_based_power_flow.py
GridCal/Engine/Simulations/PowerFlow/linearized_power_flow.py
GridCal/Engine/Simulations/PowerFlow/power_flow_driver.py
GridCal/Engine/Simulations/PowerFlow/power_flow_results.py
GridCal/Engine/Simulations/PowerFlow/time_Series_input.py
GridCal/Engine/Simulations/PowerFlow/time_series_driver.py
GridCal/Engine/Simulations/ShortCircuit/__init__.py
GridCal/Engine/Simulations/ShortCircuit/short_circuit.py
GridCal/Engine/Simulations/ShortCircuit/short_circuit_driver.py
GridCal/Engine/Simulations/StateEstimation/__init__.py
GridCal/Engine/Simulations/StateEstimation/state_estimation.py
GridCal/Engine/Simulations/StateEstimation/state_stimation_driver.py
GridCal/Engine/Simulations/Stochastic/__init__.py
GridCal/Engine/Simulations/Stochastic/blackout_driver.py
GridCal/Engine/Simulations/Stochastic/lhs_driver.py
GridCal/Engine/Simulations/Stochastic/monte_carlo_driver.py
GridCal/Engine/Simulations/Stochastic/monte_carlo_input.py
GridCal/Engine/Simulations/Stochastic/monte_carlo_results.py
GridCal/Engine/Simulations/Stochastic/reliability_driver.py
GridCal/Engine/Simulations/Topology/__init__.py
GridCal/Engine/Simulations/Topology/topology_driver.py
GridCal/Gui/ConsoleWidget.py
GridCal/Gui/GeneralDialogues.py
GridCal/Gui/GridEditorWidget.py
GridCal/Gui/GuiFunctions.py
GridCal/Gui/__init__.py
GridCal/Gui/Analysis/AnalysisDialogue.py
GridCal/Gui/Analysis/__init__.py
GridCal/Gui/Analysis/gui.py
GridCal/Gui/Analysis/matplotlibwidget.py
GridCal/Gui/Analysis/update_gui_file.py
GridCal/Gui/LoadDesigner/__init__.py
GridCal/Gui/LoadDesigner/gui.py
GridCal/Gui/LoadDesigner/icons_rc.py
GridCal/Gui/LoadDesigner/load_designer.py
GridCal/Gui/LoadDesigner/matplotlibwidget.py
GridCal/Gui/LoadDesigner/update_gui_file.py
GridCal/Gui/Main/ConsoleLog.py
GridCal/Gui/Main/ConsoleLogController.py
GridCal/Gui/Main/GridCalMain.py
GridCal/Gui/Main/MainWindow.py
GridCal/Gui/Main/__init__.py
GridCal/Gui/Main/icons_rc.py
GridCal/Gui/Main/matplotlibwidget.py
GridCal/Gui/Main/update_gui_file.py
GridCal/Gui/ProfilesInput/__init__.py
GridCal/Gui/ProfilesInput/excel_dialog.py
GridCal/Gui/ProfilesInput/excel_sheet_selection.py
GridCal/Gui/ProfilesInput/gui.py
GridCal/Gui/ProfilesInput/icons_rc.py
GridCal/Gui/ProfilesInput/matplotlibwidget.py
GridCal/Gui/ProfilesInput/profile_dialogue.py
GridCal/Gui/ProfilesInput/update_gui_file.py
GridCal/Gui/TowerBuilder/LineBuilderDialogue.py
GridCal/Gui/TowerBuilder/__init__.py
GridCal/Gui/TowerBuilder/gui.py
GridCal/Gui/TowerBuilder/icons_rc.py
GridCal/Gui/TowerBuilder/matplotlibwidget.py
GridCal/Gui/TowerBuilder/test_.py
GridCal/Gui/TowerBuilder/tower_model.py
GridCal/Gui/TowerBuilder/update_gui_file.py
GridCal/ThirdParty/__init__.py
GridCal/ThirdParty/pulp/__init__.py
GridCal/ThirdParty/pulp/amply.py
GridCal/ThirdParty/pulp/constants.py
GridCal/ThirdParty/pulp/pulp.py
GridCal/ThirdParty/pulp/pulp_extra.py
GridCal/ThirdParty/pulp/solvers.py
GridCal/ThirdParty/pulp/sparse.py
GridCal/ThirdParty/pulp/tests.py
GridCal/ThirdParty/pulp/solverdir/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/linux/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/linux/32/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/linux/64/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/osx/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/osx/64/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/win/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/win/32/__init__.py
GridCal/ThirdParty/pulp/solverdir/cbc/win/64/__init__.py
research/StateEstimation.py
research/__init__.py
research/mst.py
research/running_avg_std.py
research/CIM/CIM_test.py
research/CIM/__init__.py
research/CIM/transformer_as_cim.py
research/dynamic/9_bus_dynamic.py
research/dynamic/__init__.py
research/dynamic/case9.py
research/dynamic/dynamic_test.py
research/grid_reduction/__init__.py
research/grid_reduction/grid_reduction.py
research/grid_reduction/grid_reduction2.py
research/grid_reduction/grid_reduction_dfs.py
research/grid_reduction/minimal_graph_reduction_example.py
research/interpolation/Bayest.py
research/interpolation/KDTree.py
research/interpolation/KDTreeRosseta.py
research/interpolation/NdimTest.py
research/interpolation/__init__.py
research/interpolation/impedances_clustering.py
research/interpolation/ndim_interp.py
research/map/__init__.py
research/map/map_test_2.py
research/map/map_test_simple.py
research/map/show_map_tests.py
research/opf/DYCORS_OPF.py
research/opf/__init__.py
research/opf/ac_opf.py
research/opf/ac_pf.py
research/opf/black_box_opf.py
research/opf/dc_opf.py
research/opf/dc_opf_2.py
research/opf/dc_opf_3.py
research/opf/dc_pf.py
research/parallel/__init__.py
research/parallel/async_pool_test.py
research/parallel/mpi4py_trivial_example.py
research/parallel/parallel_execution.py
research/power_flow/Comparison_automation.py
research/power_flow/Linear_AC_powerflow.py
research/power_flow/ZPF.py
research/power_flow/__init__.py
research/power_flow/fdpf_lm.py
research/power_flow/fdpf_lm2.py
research/power_flow/levmar_pf.py
research/power_flow/nelder_mead_example.py
research/power_flow/newton_continuation.py
research/power_flow/newton_current.py
research/power_flow/newton_line_search.py
research/power_flow/helm/HELM_Chengxi.py
research/power_flow/helm/HELM_Chengxi_2.py
research/power_flow/helm/HELM_Chengxi_corrected.py
research/power_flow/helm/HELM_Wallace.py
research/power_flow/helm/Helm.py
research/power_flow/helm/HelmVect_ASU.py
research/power_flow/helm/__init__.py
research/power_flow/helm/continued_fraction.py
research/power_flow/helm/helm_pq.py
research/power_flow/helm/helm_z_pq.py
research/power_flow/helm/helm_z_pv.py
research/qt_related/__init__.py
research/qt_related/pandas_table_view.py
research/qt_related/pyside_enums.py
research/qt_related/tree_view_example.py
research/three_phase/__init__.py
research/three_phase/Engine/__init__.py
research/three_phase/Engine/circuit.py
research/three_phase/Engine/circuit_matrix_inputs.py
research/three_phase/Engine/circuit_matrix_results.py
research/three_phase/Engine/general.py
research/three_phase/Engine/Devices/__init__.py
research/three_phase/Engine/Devices/branch.py
research/three_phase/Engine/Devices/bus.py
research/three_phase/Engine/Devices/generator.py
research/three_phase/Engine/Devices/line.py
research/three_phase/Engine/Devices/load.py
research/three_phase/Engine/Devices/transformer.py
research/three_phase/Engine/Numerical/__init__.py
research/three_phase/Engine/Numerical/numerical_power_flow.py
research/three_phase/Engine/Simulation/__init__.py
research/three_phase/Engine/Simulation/power_flow.py
tests/API_DCOPF_test.py
tests/API_MultiCore_test.py
tests/API_helm.py
tests/API_test.py
tests/DEMO_5_node.py
tests/__init__.py
tests/dependency_test.py
tests/download_stats.py
tests/power_flow_test.py
tests/reverse_transformer_definition_test.py
tests/test_branch_tolerance.py
tests/test_line_losses.py
tests/test_load_all_the_grids.py
tests/test_power_flow.py
tests/test_temp_correction.py
tests/test_transformer_regulator.py
tests/test_transformer_static_taps.py
tests/test_voltage_controlled_generator.py
tests/transformer_definition_test.py
tests/transformer_type_test.py
tests/voltage_collapse_test.py