Next Article in Journal
Predicting Non-Darcy Inertial Resistance from Darcy Regime Characterization and Pore-Scale Structural Descriptors
Next Article in Special Issue
Collaborative Optimization of Intelligent Marketing and Imbalance Settlement in Power E-Commerce Based on Intelligent Algorithms: A Case Study of High Renewable Energy Penetration Sending-End Grids
Previous Article in Journal
Comparison of Granular and Pellet Olive Stone-Based Activated Carbon in Adsorption-Based Post-Combustion CO2 Capture
Previous Article in Special Issue
Selection of P2X Technical Routes for Integrated Energy Production Units Based on Technical and Economic Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Resilience-Constrained Low-Carbon Dispatch of Industrial Parks with Storage and Quantum Acceleration

State Grid Shandong Electric Power Company Marketing Service Center (Measurement Center), Jinan 250001, China
*
Author to whom correspondence should be addressed.
Processes 2026, 14(6), 1024; https://doi.org/10.3390/pr14061024
Submission received: 29 January 2026 / Revised: 5 March 2026 / Accepted: 13 March 2026 / Published: 23 March 2026

Abstract

Carbon-neutral industrial parks require large consumers, such as data centers, to balance low-carbon operation and service reliability. This paper proposes a resilience-constrained stochastic dispatch framework for a data-center virtual power plant (VPP) with renewable generation, short-duration batteries, and long-duration storage units. The dispatch is formulated as a two-stage stochastic program with normal and outage scenarios. To solve the resulting large mixed-integer problem, we develop a hybrid quantum–classical L-shaped method: the integer master is solved heuristically by quantum annealing, while scenario subproblems are solved exactly by classical optimization. In a case study based on real-world industrial-park data, the proposed storage strategy eliminates critical load shedding for the tested 6 h outage scenarios with a 3.7% increase in expected daily cost. The QA-driven method reaches the same best-known objective as the classical baseline with an empirical 1.36× runtime speedup.

1. Introduction

The transition toward carbon-neutral industrial parks (CNIPs) creates a complex energy management environment. Within this framework, AI data centers present a unique operational challenge: they consume massive amounts of power while maintaining a zero-tolerance policy for service interruptions [1]. To fulfill carbon-neutral mandates without compromising reliability, these parks are integrating decentralized energy resources. Specifically, the synergy between short-duration battery storage and long-duration storage units provides a viable pathway to eliminate reliance on carbon-intensive backup power, though it complicates the daily dispatch logic [2]. Within this paradigm, the Virtual Power Plant (VPP) has emerged as a vital framework for coordinating and optimizing these assets as a unified entity [3].

1.1. The Core Challenge: Duality of Operational Risk and Computational Complexity

The core dispatch challenge has two parts. First, there is a direct conflict between economic dispatch and resilience. Economic dispatch minimizes expected cost under likely conditions such as routine price and renewable fluctuations [4]. Resilience planning, in contrast, prepares for low-probability but high-impact events such as multi-hour grid outages [5]. If the optimization focuses only on expected daily cost, it tends to under-value emergency preparedness.
Second, adding resilience usually increases model complexity. A two-stage stochastic dispatch model with unit commitment decisions, inter-temporal storage dynamics, and many scenarios leads to a large MILP. The problem size grows with assets, time periods, and scenarios, and binary commitment variables make the master problem NP-hard [6]. This motivates decomposition and acceleration methods.

1.2. The Strategic Opportunity: Constraint-Integrated Hedging and Hybrid Computation

The first opportunity is to define resilience explicitly in the model instead of relying on ad hoc operating rules. In this work, resilience is implemented through a two-layer structure. The first layer is a set of hard constraints: a protected storage reserve floor and an outage-islanding requirement. The second layer is a two-stage stochastic program that optimizes the remaining flexibility across normal and outage scenarios. This structure guarantees a minimum resilience level while still adapting dispatch decisions to scenario uncertainty.
The second opportunity is computational. Solving the full model exactly can be slow because the integer master is hard. QA does not provide optimality certificates, but it can quickly generate high-quality binary candidates for difficult combinatorial searches. We therefore combine QA with a classical L-shaped loop: QA proposes first-stage candidates, and classical solvers evaluate subproblems and generate valid Benders cuts.

1.3. Literature Review

Our proposed framework builds upon and contributes to three established streams of research.
The first stream is the economic dispatch of VPPs using stochastic programming. Evolving from deterministic unit commitment, two-stage stochastic programming has become the canonical method for optimizing VPP schedules under uncertainty in market prices, load, and renewable generation [7,8]. More advanced multi-stage models have also been developed to better capture the sequential nature of decisions [9]. While mathematically rigorous, the objective functions in this research stream are, by design, focused on minimizing expected costs under a set of probable scenarios. They are fundamentally blind to extreme, out-of-sample events and therefore do not endogenously value or create resilience.
A second stream focuses on power-system resilience for critical loads. It includes resilience metrics [10] and risk-averse formulations such as robust optimization [11]. A common practice is to impose fixed reserve policies (for example, minimum storage SOC). These rules improve survivability but can be economically conservative because they do not adapt to scenario conditions. A related coordination problem appears in other fields. For example, the RIS-aided joint SWIPT-MEC framework studies coordinated use of heterogeneous storage under QoS constraints [12]. This cross-domain similarity supports our focus on jointly handling hard service constraints and adaptive optimization. The remaining gap is a dispatch model that combines explicit resilience constraints with scenario-aware economic optimization in one unified formulation.
The third stream concerns the computational methods for solving large-scale stochastic MILPs. For the problem structure at hand, Benders decomposition (the L-shaped method) is the standard solution technique, as it efficiently decomposes the problem into a master problem and parallelizable scenario subproblems [13]. However, the method’s performance is often limited by the slow convergence of the integer-constrained master problem, a well-documented bottleneck [14]. Recently, quantum computing techniques have been explored as alternative computational paradigms for challenging power system optimization and decision-making problems [15,16]. Among quantum computing approaches, QA has emerged as a promising heuristic for solving combinatorial problems that can be cast in a Quadratic Unconstrained Binary Optimization (QUBO) form [17,18,19]. Its application to power systems is nascent but advancing along several fronts. In operations, QA formulations of unit commitment demonstrate that annealers can rapidly sample high-quality binary schedules and mitigate slack-variable growth through qubit-efficient encodings [20,21,22]. At the network layer, annealing approaches have been proposed for power-flow and optimal-power-flow variants via QUBO reformulations, with partitioned schemes illustrating scalability on benchmark systems [23,24]. In distribution systems, QA-based reconfiguration and minimum-loss formulations yield feasible solutions on realistic feeders [25], and planning problems such as transmission expansion have also been explored in an annealing framework. The current gap in this domain is the absence of a framework that uses QA not as a standalone solver for an entire simplified problem, but as a surgical tool to accelerate the specific combinatorial bottleneck within a proven [26], powerful classical decomposition method.

1.4. Our Approach and Contributions

This paper presents an integrated framework that tackles the dual challenge of operational risk and computational complexity in VPP scheduling. The dispatch model combines explicit top-down resilience constraints (a protected reserve floor, an outage-islanding requirement, and a load-shedding cap) with two-stage stochastic optimization across normal and outage scenarios, so resilience is guaranteed by design, while the remaining flexibility is optimized adaptively. A hybrid quantum–classical L-shaped method handles the computational challenge. The quantum annealer heuristically solves the NP-hard integer master problem to provide high-quality schedules, while the classical L-shaped framework performs exact subproblem evaluation and cut generation for stable iterative improvement.
Compared with existing work, the main contributions are:
(1)
Constraint-Integrated Resilient Dispatch Model: We formulate a two-stage stochastic dispatch model with explicit resilience constraints (protected storage reserve floor, outage-islanding requirement, and outage load-shedding cap). Within these hard limits, dispatch is optimized across normal and outage scenarios.
(2)
A Hybrid Quantum-Classical L-shaped Decomposition Framework: We design a novel hybrid algorithm that integrates QA into the L-shaped method. In this approach, QA is used to solve the integer master problem, while all second-stage subproblems are solved exactly using classical optimization solvers. This accelerates the discovery of high-quality first-stage solutions and the generation of informative optimality cuts within the L-shaped framework.
(3)
A Systematic QUBO Reformulation for the Stochastic UC Master Problem: We present a detailed methodology for transforming the complete L-shaped master problem, including unit commitment logic, continuous recourse variables, and dynamically generated Benders cuts, into a QUBO form suitable for quantum annealers.
The remainder of this paper is organized as follows. Section 2 presents the detailed mathematical formulation. Section 3 describes the proposed hybrid solution methodology. Section 4 presents the case studies and discusses the results. Finally, Section 5 concludes the paper.

2. Problem Formulation

This section details the mathematical framework for the resilience-constrained VPP dispatch problem. The problem is formulated as a two-stage stochastic MILP to co-optimize the VPP’s day-ahead and real-time operations under uncertainties in renewable generation and market prices.

2.1. First-Stage Problem

The first-stage problem determines the optimal day-ahead unit commitment (UC) schedule [27,28], which is fixed across all scenarios. The mathematical formulation of this problem is presented as
min u , v , w , θ , η t T g G C su , g v g , t + C sd , g w g , t + θ
s . t . v g , t w g , t = u g , t u g , t 1 , g G , t T ,
v g , t + w g , t 1 , g G , t T ,
θ s S π s η s ,
u g , t , v g , t , w g , t { 0 , 1 } , g G , t T ,
θ , η s 0 , s S ,
where the sets, parameters, and variables are defined in Table 1.
The objective in (1) minimizes first-stage commitment costs plus expected recourse cost. Constraints (2) and (3) enforce standard unit-commitment logic. Constraint (4) links the master to scenario recourse costs. The first-stage solution is denoted by x = { u , v , w } .

2.2. Second-Stage Problem

Given the optimal first-stage decision x , the second-stage problem determines the optimal real-time dispatch for each scenario s S . The VPP coordinates a variety of assets, where the set B represents the hybrid energy storage system. In this study, B includes both short-duration electrochemical batteries and long-duration storage units, which jointly provide the energy buffer necessary for carbon-neutral operation and campus resilience. The optimization problem is
Q ( s , x ) = min y s t T ( g G C op , g p g , t , s + C DR flex t , s + Λ shed shed t , s + Λ RT , s , t p t , s RT + M feas ( z pos , t , s + z neg , t , s ) ) s . t . g G p g , t , s + b B ( p dis , b , t , s p ch , b , t , s ) + P V s , t + p t , s RT + z pos , t , s
= ( P DC , t base + P DC , t flex ) flex t , s shed t , s + z neg , t , s , t T ,
p t , s RT = 0 , t T , s S outage ,
t T shed t , s Γ s res , s S outage ,
P min , g u g , t p g , t , s P max , g u g , t , g G , t T ,
p g , t , s p g , t 1 , s RU g , g G , t T ,
p g , t 1 , s p g , t , s RD g , g G , t T ,
0 p ch , b , t , s P ch , b max , b B , t T ,
0 p dis , b , t , s P dis , b max , b B , t T ,
soc b , t , s = soc b , t 1 , s + ( η ch , b p ch , b , t , s p dis , b , t , s / η dis , b ) Δ t , b B , t T ,
E min , b soc b , t , s E max , b , b B , t T ,
0 flex t , s P DC , t flex , t T ,
0 shed t , s P DC , t base + P DC , t flex , t T ,
where the parameters and decision variables are listed in Table 2. The objective (7) minimizes the scenario operating cost. Constraint (8) enforces hourly power balance. Resilience is represented by two constraints. Constraint (9) enforces islanded operation in outage scenarios by setting real-time market transactions to zero. Constraint (10) limits total outage load shedding to Γ s res MWh for each outage scenario. If  Γ s res = 0 , no shedding is allowed. If  Γ s res > 0 , limited shedding is allowed by design. Generator output and ramp limits are enforced by (11)–(13). Storage dynamics are enforced by (14)–(17). In addition, the protected reserve policy is implemented through the lower energy bound E min , b for the resilience-oriented storage unit during normal operation. During outages, this reserve can be used to maintain service continuity. The storage equations are technology-agnostic and parameterized; they represent generic long-duration storage rather than a hydrogen-physics model. Constraints (18) and (19) bound demand response and emergency shedding.

3. Solution Methodology

This section extends the classical multi-cut L-shaped framework by using quantum annealing (QA) as the master solver throughout the entire Benders iteration. Concretely, at each iteration, we reformulate the current master (including all accumulated Benders’ optimality cuts) into a QUBO and solve it on a quantum annealer to obtain a first-stage candidate x k . We then solve the second-stage scenario subproblems exactly to evaluate the true recourse costs and to generate new valid Benders cuts, which are appended to the cut pool and incorporated into the next master QUBO. This loop is repeated until a prescribed stopping criterion is met.

3.1. Classical L-Shaped Method

To solve the computationally intractable two-stage stochastic MILP, we employ the multi-cut L-shaped method, an iterative decomposition algorithm. The algorithm converges by tightening a Lower Bound (LB), derived from an optimistic master problem, and an Upper Bound (UB), representing the true cost of a candidate first-stage decision x k . The UB is calculated at each iteration k by summing the first-stage costs and the expected value of the true recourse costs, Q ( s , x k ) , obtained from the subproblems:
U B k = t T g G C su , g v g , t , k + C sd , g w g , t , k + s S π s Q ( s , x k ) .
Convergence is driven by adding Benders optimality cuts to the master problem. These cuts are linear constraints derived from the subproblem dual variables ( γ ) that progressively refine the master’s approximation of the recourse function. A unique cut is generated for each scenario s, providing a lower bound on the cost variable η s :
η s Q ( s , x k ) + g G t T Q ( s , x k ) u g , t ( u g , t u g , t , k ) ,
where the subgradient components are constructed using the dual variables ( γ ) from the generator capacity constraints:
Q ( s , x k ) u g , t = P max , g γ max , g , t , s , k P min , g γ min , g , t , s , k .
Adding these cuts guarantees the monotonic convergence of the LB to the UB. This iterative procedure is formally outlined in Algorithm 1.
Algorithm 1: The L-shaped method for stochastic VPP dispatch
Processes 14 01024 i001

3.2. Quantum Annealing for the Master Problem

QA addresses binary quadratic problems by approximately minimizing the energy of a transverse-field Ising Hamiltonian. The master problem, once reformulated into QUBO form:
min x { 0 , 1 } n f ( x ) = x Q x + c x ,
is mapped to an Ising model through the affine change of variables:
x i = 1 + s i 2 , s i { 1 , + 1 } , i = 1 , , n ,
where x { 0 , 1 } n are binary decision variables of the QUBO, and s = ( s 1 , , s n ) are the equivalent spin variables. Substituting yields the Ising energy function;
E ( s ) = i = 1 n h i s i + 1 i < j n J i j s i s j + const ,
where h i R are local biases, and J i j R are pairwise couplings between spins i and j. Minimizing (25) is equivalent to solving the original QUBO (23).
A QA device realizes a time-dependent Hamiltonian:
H ( τ ) = A ( τ ) H D + B ( τ ) H P , τ [ 0 , 1 ] ,
where H D = i σ i x is the driver Hamiltonian, and H P = i h i σ i z + i < j J i j σ i z σ j z encodes the problem instance, with  σ x , σ z denoting Pauli-X and Pauli-Z matrices. Here, τ is the normalized annealing time, i.e., the physical time rescaled by the total evolution duration so that τ = 0 corresponds to the start of the anneal and τ = 1 to the end. As illustrated in Figure 1, the schedule functions A ( τ ) and B ( τ ) interpolate between the two Hamiltonians, satisfying A ( 0 ) B ( 0 ) and A ( 1 ) B ( 1 ) . By the adiabatic theorem, if the total evolution time T anneal is large compared to the inverse squared minimum spectral gap,
T anneal H ˙ Δ min 2 ,
the system remains close to the instantaneous ground state of H ( τ ) , and the final spin configuration approaches the global minimizer of (25) in the ideal adiabatic limit.
In practice, modern QA devices and physics-inspired hybrid samplers perform repeated finite-time anneals and return a distribution of spin configurations s according to an approximate Gibbs law,
P { S = s } exp E ( s ) T eff ,
with effective temperature T eff > 0 . Low-energy samples correspond to high-quality feasible candidates for the first-stage master problem.
In the L-shaped context, the master must be expressed as a QUBO. We therefore encode all master constraints (including Benders cuts) as quadratic penalties and discretize the first-stage non-negative continuous variables with fixed-point binary expansions, yielding a binary quadratic model suitable for QA.

3.3. QUBO Reformulation of the Master

Let u g , t , v g , t , w g , t { 0 , 1 } denote the unit status and start/shutdown binaries for g G , t T . The continuous non-negative variables θ and η s are represented via non-negative fixed-point binary expansions:
x = Δ x k = 0 K x 1 2 k b x , k , b x , k { 0 , 1 } , x { θ , η s } ,
where Δ x > 0 denotes the discretization step size (i.e., the resolution of the fixed-point grid), and  K x is the number of binary digits. Hence, the representable domain is [ 0 , ( 2 K x 1 ) Δ x ] , and the encoded value of x lies on a uniform grid with spacing Δ x . Any slack variables introduced below are also non-negative and encoded analogously. Since binary squares satisfy b 2 = b , all penalty terms constructed from equalities remain quadratic.
The fixed-point encoding induces a quantization error since continuous variables are restricted to a discrete grid. For each variable, the closest grid-representable value differs from the exact continuous value by, at most, Δ x / 2 . Consequently, the QUBO master constitutes a discretized approximation of the classical MILP master rather than an exact reformulation. In general, the optimal QUBO solution may differ from the classical MILP optimum due to this discretization, and the resulting objective deviation depends on both Δ x and the objective coefficient magnitudes. Exact representability of the classical optimum is guaranteed only when the optimal value lies exactly on the fixed-point grid.
In practice, selecting a sufficiently fine discretization (larger K x , smaller Δ x ) renders the approximation error negligible relative to the prescribed optimality tolerance ϵ . In our implementation, each continuous variable is encoded with K x = 8 bits, and  Δ x is chosen such that the representable range covers the full feasible domain with a resolution of approximately 0.01 % of the domain width. A sensitivity study over K x { 6 , 8 , 10 } is reported in Section 4.4.4, confirming that this discretization level is sufficient for the considered problem scale.
The unit-commitment logic is enforced by penalizing the status/start/stop balance. Let t 0 : = min T and let u g , 0 be the initial status. For the first period,
v g , t 0 w g , t 0 u g , t 0 + u g , 0 = 0 P logic v g , t 0 w g , t 0 u g , t 0 + u g , 0 2 ,
and for t > t 0 ,
v g , t w g , t u g , t + u g , t 1 = 0 P logic v g , t w g , t u g , t + u g , t 1 2 .
The mutual-exclusivity inequality v g , t + w g , t 1 is modeled by penalizing only the forbidden combination:
P excl v g , t w g , t ,
which assigns zero penalty to ( v , w ) { ( 0 , 0 ) , ( 1 , 0 ) , ( 0 , 1 ) } and a positive penalty to ( 1 , 1 ) .
The recourse coupling θ s S π s η s is written as an equality with a non-negative slack z θ 0 :
θ s S π s η s z θ = 0 , P θ θ s S π s η s z θ 2 ,
so that, at any feasible solution with sufficiently large P θ , the slack resolves to the shortfall z θ = max { 0 , s π s η s θ } , reproducing the original inequality.
For scenario s at iteration k, the standard optimality cut reads
η s Q ( s , x k ) + g , t Q ( s , x k ) u g , t u g , t u g , t , k ,
where Q ( s , x k ) u g , t = P max , g γ max , g , t , s , k P min , g γ min , g , t , s , k = : a s , k g , t . Rearranging (34) yields
η s Q ( s , x k ) g , t a s , k g , t u g , t , k : = const s , k + g , t a s , k g , t u g , t .
To fit QUBO, we convert the inequality into an equality with a non-negative slack z s , k cut 0 :
η s const s , k g , t a s , k g , t u g , t z s , k cut = 0 ,
and add the quadratic penalty:
P cut η s const s , k g , t a s , k g , t u g , t z s , k cut 2 .
A distinct slack z s , k cut is used for each cut; sharing a slack across cuts can weaken individual cuts through compensation effects.
Combining all terms, the QUBO master objective is
min g , t C su , g v g , t + C sd , g w g , t + θ + g , t P excl v g , t w g , t + g P logic v g , t 0 w g , t 0 u g , t 0 + u g , 0 2 + t > t 0 P logic v g , t w g , t u g , t + u g , t 1 2 + P θ θ s π s η s z θ 2 + s k K ( s ) P cut η s const s , k g , t a s , k g , t u g , t z s , k cut 2 ,
where K ( s ) indexes the cuts accumulated for scenario s. All symbols in (38) are binary (natively or via fixed-point encodings). When all penalties are zero, (38) coincides with the original master objective, ensuring consistency.

3.4. Coefficient Scaling and Penalty Initialization

After assembling the binary quadratic model (BQM) of (38), we apply two preprocessing steps to ensure numerical stability and enforce feasibility.
(i)
Sampler-range normalization. Let h i and J i j denote the BQM linear and quadratic coefficients. To respect hardware or sampler bounds, we scale all coefficients by a common factor α > 0 such that
| α h i | h max , | α J i j | J max ,
where ( h max , J max ) are sampler-recommended limits (e.g., h max = 2 , J max = 1 ). This linear scaling preserves the minimizers of the QUBO.
(ii)
Penalty initialization from objective scale. Let
M obj : = g , t | C su , g | + | C sd , g | + θ ^ max ,
where θ ^ max is a conservative upper bound on θ (e.g., obtained from a feasibility penalty envelope or a prior upper bound). The penalty coefficients for all constraint families are initialized as
P logic = P excl = P θ = P cut = κ 0 M obj , κ 0 [ 5 , 15 ] ,
ensuring that any violation induces a cost increment that dominates the linear contribution of the objective. The initialization of the penalty factor κ 0 reflects a practical trade-off. If κ 0 is too small, the QUBO minimizer may return solutions that violate the original constraints, resulting in infeasible master candidates. In contrast, if  κ 0 is too large, the objective landscape becomes overly dominated by the penalty terms, which compresses the effective dynamic range of the problem coefficients and may degrade performance due to hardware coefficient range limitations and reduced energy resolution. A sensitivity study over κ 0 { 5 , 10 , 15 } and K x { 6 , 8 , 10 } is reported in Section 4.4.4, demonstrating that κ 0 = 10 and K x = 8 provide stable and near-optimal performance for the present problem scale.

3.5. QA-Driven Master Strategy and Overall Algorithm

The proposed strategy integrates QA into the L-shaped method by solving the master problem via QA at every iteration. At iteration k, the master MILP with all accumulated Benders cuts is reformulated as a BQM using (38), including fixed-point encodings for non-negative continuous variables and quadratic penalties for all master constraints. After coefficient normalization to sampler bounds and penalty initialization, QA (or a compatible sampler) is invoked to approximately minimize the resulting QUBO. Decoding yields an integer first-stage candidate x k = { u k , v k , w k } . The QA-based master solve is a heuristic: it does not provide a proof of master optimality. The resulting x k is a candidate solution. Subproblems are still solved exactly, so U B k is evaluated from exact recourse costs and cuts remain valid. However, the method does not inherit the finite-step convergence proof of the classical integer L-shaped algorithm. We therefore treat the approach as heuristic-accelerated Benders decomposition.
Given x k , each scenario subproblem is solved exactly to obtain the true recourse value Q ( s , x k ) . The corresponding upper-bound candidate is computed as
U B k = g , t C su , g v g , t , k + C sd , g w g , t , k + s S π s Q ( s , x k ) .
In parallel, the accumulated Benders cuts define a piecewise-affine lower model of the recourse function. For each scenario s, the cut set C s defines
Q ̲ s ( u ) = max i C s const s , i + g , t a s , i g , t u g , t .
Evaluating this model at the sampled commitment u k yields
L B k ind = g , t C su , g v g , t , k + C sd , g w g , t , k + s S π s Q ̲ s ( u k ) .
For a classical exact master solve, this quantity can be interpreted as a lower bound. For the QA-driven branch, the master is solved heuristically, so L B k ind is used only as a cut-model progress indicator (not a certified global lower bound). We track L B ind max ( L B ind , L B k ind ) .
From the optimal dual variables of each subproblem, a per-scenario Benders optimality cut of the form
η s const s , k + g , t a s , k g , t u g , t
is generated and appended to the cut pool C s . These cuts are incorporated into the master QUBO at the next iteration.
The algorithm terminates when the reported gap indicator
max { 0 , U B L B ind } / max { 1 , | U B | }
falls below a prescribed tolerance or when a maximum iteration budget is reached. The complete procedure is summarized in Algorithm 2.
Algorithm 2: QA-driven L-shaped method
Processes 14 01024 i002

4. Case Study

To validate the proposed resilience-constrained dispatch model and evaluate the hybrid quantum-classical algorithm, we conduct a case study using real-world data. This section describes the test system, benchmark design, implementation details, and results.

4.1. System and Data Setup

The test system is modeled as a data center VPP, comprising a critical load, on-site generation, and energy storage. The optimization is performed over a 24 h scheduling horizon with an hourly time resolution. All specific asset capacities, load profiles, and cost parameters are based on industry-standard values and are detailed in Table 3.
The baseline case uses one generator and two storage units (Table 3). We keep this setup compact to allow exact classical verification before scaling up. We agree that one calibrated case is not enough for full scalability validation. To provide preliminary guidance, Table 4 reports assumption-based scale-up results for baseline ( | G | = 1 , | B | = 2 , | T | = 24 , | S | = 50 ), medium ( | G | = 5 , | B | = 6 , | T | = 48 , | S | = 100 ), and large ( | G | = 20 , | B | = 20 , | T | = 168 , | S | = 200 ) settings. QUBO size follows the O ( | G | | T | K x ) relation implied by the fixed-point encoding in Section 3.3. Runtime projections assume near-constant QA time per iteration (≈3.8 s on D-Wave Advantage) and near-linear growth of the classical subproblem time with | S | . These are assumption-bounded estimates, not definitive performance guarantees. We also report robustness analyses for outage assumptions (Section 4.4.2) and QA hyperparameters ( K x , κ 0 ) (Section 4.4.4). Larger benchmark validation remains future work.
We use 50 scenarios in total. For the 45 normal scenarios, PV output is sampled from a Beta distribution scaled by installed capacity, and real-time market price is sampled from a log-normal distribution. The hourly load profile is perturbed by Gaussian noise (coefficient of variation 5%) to represent intra-day demand fluctuations. For the 5 outage scenarios, the outage start time is sampled uniformly from hours 0–6, and outage duration is fixed at 6 h. Scenario probabilities are calibrated so that weighted means and variances of uncertain inputs match historical statistics; the total outage-scenario probability is set to 0.10 in this case study.
Fixing the outage duration at 6 h is a simplifying assumption. To test robustness, Section 4.4.2 evaluates 3 h, 6 h, and 12 h outage cases. We also note that the current load model uses one Gaussian-noise regime; richer regime-switching demand models (e.g., weekday/weekend and seasonal patterns) are left for future work.

4.2. Experimental Design and Benchmark Models

To evaluate our two primary contributions, we establish the following experimental design.

4.2.1. Model Performance Evaluation:

To demonstrate the value of our proposed modeling framework, we compare the performance of two distinct operational models. Both models are solved using a standard commercial MILP solver to ensure a fair comparison of the formulations themselves.
  • Case 1: Baseline-VPP: This benchmark uses a standard two-stage stochastic dispatch model with only the 45 normal-operation scenarios. It does not model outage risk explicitly and therefore prioritizes economic performance in normal conditions.
  • Case 2: Resil-VPP (Proposed Model): This model enforces functional differentiation through storage reserve sizing. A 70% portion is used for daily economic dispatch, while a 30% minimum reserve is protected in normal operation through the lower energy bound. During outages, this reserve can be used to maintain supply continuity. This 30% reserve partition is an explicit top-down resilience constraint; the model contribution is to combine this guarantee with scenario-aware stochastic optimization so the remaining flexibility is allocated adaptively.

4.2.2. Validation of the Hybrid Quantum–Classical Algorithm:

To demonstrate the computational advantages of our proposed solution method, we solve the more complex Resil-VPP model using two different algorithmic approaches.
  • Method A: Classical L-shaped (Classical Benchmark): This is the standard integer L-shaped method. The master problem is solved at each iteration using the Gurobi commercial MILP solver.
  • Method B: QA-Driven L-shaped Method (Proposed Algorithm): This is our proposed hybrid algorithm. The QUBO-formulated master problem is solved at each iteration using the D-Wave Advantage quantum annealer.
  • Method C: Genetic Algorithm (GA Heuristic): A population of 50 binary chromosomes (24 h unit-commitment schedules) is evolved for 80 generations. Single-point crossover and bit-flip mutation rates are 0.80 and 0.02. To keep the runtime manageable, fitness is evaluated on 10 representative scenarios; the best chromosome is then re-evaluated on all 50 scenarios for final reporting.
We compare three methods. Method A (classical L-shaped) is the certified-optimum baseline for the full two-stage MILP. Method B (QA-driven L-shaped) uses the same decomposition structure and exact subproblem evaluation, but its master step is heuristic, so performance is reported empirically. Method C (GA) is a classical heuristic reference without optimality certificates.

4.3. Implementation Details

The optimization models were implemented in the Julia programming language using the JuMP modeling package. All classical MILP and LP problems, including the subproblems and the master problem for Method A, were solved using Gurobi v9.5 on a workstation with Intel Xeon Gold 6148 CPUs (20 cores). For the QA-Driven L-shaped algorithm, the QUBO master problem was formulated and solved using the D-Wave Ocean SDK. The problem instances were submitted to the D-Wave Advantage quantum annealer. Each continuous recourse variable was discretized into eight binary variables, and the penalty coefficients for all constraint families were initialized with κ 0 = 10 , about one order of magnitude above the objective scale to strongly penalize master-constraint violations.

4.4. Results and Discussion

4.4.1. Performance of the Resilience-Constrained Dispatch Model

The primary goal of the Resil-VPP model is to guarantee power continuity during outages with minimal impact on economic performance during normal operation.
As shown in Figure 2, which plots the BESS dispatch for a representative normal scenario, the two models exhibit fundamentally different behaviors. The Baseline-VPP utilizes the full range of the BESS capacity to maximize profits from price arbitrage. In contrast, the Resil-VPP operates the BESS within the bounds of its ‘economic reserve’, carefully preserving the ‘resilience reserve’ at a high state-of-charge throughout the day.
Table 5 summarizes the VPP’s performance across all outage scenarios. The results clearly demonstrate that the Baseline-VPP, having depleted its energy reserves for economic gain, is forced to shed 5.2 MWh of critical load on average during an outage. The Resil-VPP, however, successfully leverages its protected resilience reserve to island the data center and serve the entire critical load, resulting in zero load shedding across all outage scenarios.
This enhanced resilience comes at a modest and quantifiable cost. Our analysis shows that the Resil-VPP model’s expected daily operational cost is only 3.7% higher than that of the Baseline-VPP. This finding highlights the economic viability of the proposed functional differentiation strategy, which provides complete immunity to the tested outages for a small, predictable premium.

4.4.2. Sensitivity to Outage Duration and Load Fluctuation

To partially address the limitation of the fixed 6 h outage assumption, we examine how the key performance metrics vary when the outage duration is extended or contracted. Table 6 reports the Resil-VPP’s average load shedding and expected cost premium for three outage durations: 3, 6, and 12 h, holding all other parameters constant. The results show that the Resil-VPP maintains zero load shedding for the 3 h and 6 h cases, with the cost premium rising modestly from 2.1% to 3.7%. Under the more severe 12 h outage, the 30% resilience reserve is insufficient to cover the full outage window, leading to a small residual load shed of 1.4 MWh in the final two hours; the expected cost premium rises to 5.9%. This analysis confirms that the proposed resilience reserve sizing is effective for moderate outage durations and highlights that for extended grid disruptions, a larger resilience reserve or additional long-duration storage capacity would be required.
For dynamic load fluctuations, the scenario construction in Section 4.1 already adds time-varying Gaussian noise to the hourly demand profile, so intra-day variability is represented. A remaining limitation is that this study uses a single noise regime; richer regime-switching demand models (e.g., weekday/weekend and seasonal regimes) are left for future work.

4.4.3. Computational Performance of the QA-Driven L-Shaped Algorithm

The second set of experiments validates the computational benefits of incorporating a quantum annealer to solve the integer master problem. Figure 3 shows the evolution of upper and lower indicators for the classical and QA-driven L-shaped methods. The classical variant improves the lower bound rapidly in early iterations, whereas the hybrid variant progresses gradually at first and then exhibits a sharp lower-indicator jump. After this jump, the hybrid method reduces the reported gap indicator quickly and approaches the best-known objective.
A quantitative comparison is provided in Table 7. Figure 4 shows the same comparison in terms of runtime and final objective gap. Using the reported clipped UB–LB indicator from Algorithm 2, the QA-driven L-shaped method reaches the 1% threshold in about 150 s with 39 iterations, while the classical L-shaped method reaches the same threshold in about 200 s with 34 iterations. Both methods reach the same best-known objective ($96,843.04) in this case study, which corresponds to an empirical runtime speedup of about 1.36× for the QA-driven variant. The GA heuristic completes 80 generations in 195.0 s and returns $97,218, about 0.39% above the best-known objective. Overall, the QA-driven method shows a positive but moderate speed gain for this tested instance. Because the QA master is heuristic, this result should be interpreted as an empirical performance rather than a formal global-optimality guarantee.
A practical interpretation of the hybrid trajectory is the following. Early in the run, the cut pool is sparse, so QA explores a broad set of first-stage candidates and the lower-model indicator improves slowly. As cuts accumulate, the surrogate landscape becomes more informative; candidate quality improves, and the reported gap contracts faster. By comparison, the classical branch-and-bound master tends to show a steadier trajectory due to deterministic tree search. This interpretation is empirical and specific to the tested instance.
From a scalability perspective, the master-side variable budget in our implementation is dominated by fixed-point encodings of first-stage decisions and scales approximately as O ( | G | | T | K bits ) . Additional auxiliary/slack variables from accumulated Benders cuts grow with the number of retained cuts, which depends on cut-management choices and stopping tolerance rather than on | S | alone. Accordingly, increases in | G | , | T | , and effective cut-pool size raise both QUBO embedding difficulty and classical integer–master complexity. On the recourse side, subproblem solves are scenario-decomposable and parallelizable, but the wall-clock time still depends on the scenario count and available computing resources. The trends reported here should therefore be read as instance-specific empirical evidence under the stated settings and assumptions, not as a universal guarantee of speedup for all scales or all hardware generations.

4.4.4. Sensitivity to Discretization Resolution and Penalty Coefficient

We tested sensitivity to two QA hyperparameters: discretization bits per continuous variable K x { 6 , 8 , 10 } and penalty multiplier κ 0 { 5 , 10 , 15 } . All other settings are fixed. Table 8 reports full-factorial results over these settings, using 100 QA samples per configuration. We report the best feasible objective and the constraint-violation rate (fraction of samples that violate at least one master constraint).
Two trends are clear. First, K x = 6 is too coarse: even with larger penalties, the best feasible objective stays above the classical reference. Moving to K x = 8 removes most discretization loss, and the QA master recovers the best-known objective ($96,843) when κ 0 10 . Increasing to K x = 10 gives little additional benefit but increases BQM size.
Second, κ 0 mainly controls feasibility. With κ 0 = 5 , violation rates are high (12–27%). With κ 0 10 , violation rates drop below 1% for all tested K x . The setting ( K x , κ 0 ) = ( 8 , 10 ) achieves the lowest violation rate (0.3%) while matching the best-known objective.
Based on these results, we use K x = 8 and κ 0 = 10 as the default setting for this problem scale. The QA master is still heuristic, so agreement with the classical objective should be interpreted as empirical rather than certified.
For reproducibility, we apply a simple tuning rule: choose the smallest K x whose best feasible objective is within 0.1% of the classical reference, then choose the smallest κ 0 that keeps the violation rate below 1% under that K x . This rule selects ( K x , κ 0 ) = ( 8 , 10 ) .

5. Conclusions

This study presents a two-stage stochastic dispatch framework for carbon-neutral industrial parks that balances economic efficiency and operational resilience. The proposed storage strategy combines short-duration batteries with long-duration storage and, in the tested 6-h outage scenarios, eliminates critical load shedding with a 3.7% expected cost increase. To handle the resulting MILP complexity, we implement a hybrid quantum-classical L-shaped algorithm. On the tested case, the QA-driven method reaches the same best-known objective as the classical baseline with an empirical 1.36× runtime speedup. Because the QA master is heuristic, this should be interpreted as empirical near-optimal performance rather than a certified global optimum. A key limitation is that detailed dispatch benchmarking is still based on one calibrated configuration; extending validation to larger multi-asset benchmark sets is an important next step. This study provides assumption-bounded scalability guidance and states the scope limits explicitly. The same resilience-constrained architecture can also be adapted to other mission-critical energy parks (e.g., hospital or telecom campuses) after parameter re-calibration.

Author Contributions

Conceptualization, W.L., C.L., X.Z. and Y.Y.; Methodology, X.Z., Y.Y. and H.Z.; Software, S.X.; Validation, S.X. and H.Z.; Formal analysis, W.L.; Investigation, W.L., C.L., X.Z. and Y.Y.; Resources, S.X. and Y.Y.; Data curation, S.X., Y.Y. and H.Z.; Writing—original draft, W.L.; Writing—review and editing, C.L.; Visualization, C.L. and X.Z.; Supervision, C.L.; Project administration, C.L.; Funding acquisition, C.L. All authors have read and agreed to the published version of the manuscript.

Funding

This paper is supported by the State Grid Shandong Province Company Framework Project (Research on Carbon Electricity Optimization and Adjustment Technology for Complex Source–Load Parks and Application of Comprehensive Management Platform Model, 520633230002).

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

All authors were employed by the State Grid Shandong Electric Power Company Marketing Service Center. The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. The State Grid Shandong Electric Power Company Marketing Service Center had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. International Energy Agency. Data Centres and Data Transmission Networks. 2022. Available online: https://www.iea.org/energy-system/buildings/data-centres-and-data-transmission-networks (accessed on 7 October 2025).
  2. Fan, J.; Yan, R.; He, Y.; Zhang, J.; Zhao, W.; Liu, M.; An, S.; Ma, Q. Stochastic optimization of combined energy and computation task scheduling strategies of hybrid system with multi-energy storage system and data center. Renew. Energy 2025, 242, 122466. [Google Scholar] [CrossRef]
  3. Katiraei, F.; Morovati, S.; Chuangpishit, S.; Ghorashi, S.A. Virtual power plant empowerment in the next generation of data centers: Outlining the challenges. IEEE Electrif. Mag. 2023, 11, 35–44. [Google Scholar] [CrossRef]
  4. Modarresi, M.S.; Xie, L.; Campi, M.C.; Garatti, S.; Care, A.; Thatte, A.A.; Kumar, P. Scenario-based economic dispatch with tunable risk levels in high-renewable power systems. IEEE Trans. Power Syst. 2018, 34, 5103–5114. [Google Scholar] [CrossRef]
  5. Hanna, R.; Marqusee, J. Designing resilient decentralized energy systems: The importance of modeling extreme events and long-duration power outages. iScience 2022, 25, 103630. [Google Scholar] [CrossRef] [PubMed]
  6. Wolsey, L.A. Integer Programming; John Wiley & Sons: Hoboken, NJ, USA, 2020. [Google Scholar]
  7. Ullah, Z.; Mokryani, G.; Campean, F.; Hu, Y.F. Comprehensive review of VPPs planning, operation and scheduling considering the uncertainties related to renewable energy sources. IET Energy Syst. Integr. 2019, 1, 147–157. [Google Scholar] [CrossRef]
  8. Hua, W.; Li, D.; Sun, H.; Matthews, P.; Meng, F. Stochastic environmental and economic dispatch of power systems with virtual power plant in energy and reserve markets. Int. J. Smart Grid Clean Energy 2018, 7, 231–239. [Google Scholar] [CrossRef]
  9. Shinde, P.; Kouveliotis-Lysikatos, I.; Amelin, M. Multistage stochastic programming for vpp trading in continuous intraday electricity markets. IEEE Trans. Sustain. Energy 2022, 13, 1037–1048. [Google Scholar] [CrossRef]
  10. Yao, Y.; Liu, W.; Jain, R.; Chowdhury, B.; Wang, J.; Cox, R. Quantitative metrics for grid resilience evaluation and optimization. IEEE Trans. Sustain. Energy 2022, 14, 1244–1258. [Google Scholar] [CrossRef]
  11. Poudyal, A.; Poudel, S.; Dubey, A. Risk-based active distribution system planning for resilience against extreme weather events. IEEE Trans. Sustain. Energy 2022, 14, 1178–1192. [Google Scholar] [CrossRef]
  12. Bian, M.; Shi, Y.; Huang, Y.; Tang, X.W. QoS-aware energy storage maximization in the RIS-aided joint-SWIPT-MEC System. IEEE Commun. Lett. 2023, 27, 3434–3438. [Google Scholar] [CrossRef]
  13. Laporte, G.; Louveaux, F.V. The integer L-shaped method for stochastic integer programs with complete recourse. Oper. Res. Lett. 1993, 13, 133–142. [Google Scholar] [CrossRef]
  14. Angulo, G.; Ahmed, S.; Dey, S.S. Improving the integer L-shaped method. INFORMS J. Comput. 2016, 28, 483–499. [Google Scholar] [CrossRef]
  15. Ajagekar, A.; You, F. Quantum computing for energy systems optimization: Challenges and opportunities. Energy 2019, 179, 76–89. [Google Scholar] [CrossRef]
  16. Lin, D.; Wang, J.; Tseng, H.H.; Zhao, T.; Yue, M.; Yoo, S. Quantum Reinforcement Learning for Volt-VAR Control in Power Distribution Systems. IEEE Open Access J. Power Energy 2025, 12, 833–844. [Google Scholar] [CrossRef]
  17. Glover, F.; Kochenberger, G.; Du, Y. A tutorial on formulating and using QUBO models. arXiv 2018, arXiv:1811.11538. [Google Scholar]
  18. Pastorello, D.; Blanzieri, E. Quantum annealing learning search for solving QUBO problems. Quantum Inf. Process. 2019, 18, 303. [Google Scholar] [CrossRef]
  19. Richoux, F.; Baffier, J.F.; Codognet, P. Learning qubo models for quantum annealing: A constraint-based approach. In Proceedings of the International Conference on Computational Science; Springer: Berlin/Heidelberg, Germany, 2023; pp. 153–167. [Google Scholar]
  20. Hong, W.; Xu, W.; Teng, F. Qubit-Efficient Quantum Annealing for Stochastic Unit Commitment. arXiv 2025, arXiv:2502.15917. [Google Scholar] [CrossRef]
  21. Ling, J.; Zhang, Q.; Geng, G.; Jiang, Q. Hybrid quantum annealing decomposition framework for unit commitment. Electr. Power Syst. Res. 2025, 238, 111121. [Google Scholar] [CrossRef]
  22. Müller, S.; Dukalski, M.; Phillipson, F. Quantum Annealing for Optimizing Unit Scheduling in Renewable Energy Systems: Formulation and Evaluation. IEEE Trans. Power Syst. 2025, 41, 836–846. [Google Scholar] [CrossRef]
  23. Kaseb, Z.; Möller, M.; Vergara, P.P.; Palensky, P. Power flow analysis using quantum and digital annealers: A discrete combinatorial optimization approach. Sci. Rep. 2024, 14, 23216. [Google Scholar] [CrossRef]
  24. Kaseb, Z.; Moller, M.; Palensky, P.; Vergara, P.P. A Quantum-Enhanced Power Flow and Optimal Power Flow based on Combinatorial Reformulation. arXiv 2025, arXiv:2505.15978. [Google Scholar] [CrossRef]
  25. Silva, F.F.; Carvalho, P.M.; Ferreira, L.A. A quantum computing approach for minimum loss problems in electrical distribution networks. Sci. Rep. 2023, 13, 10777. [Google Scholar] [CrossRef] [PubMed]
  26. Quinton, F.A.; Myhr, P.A.S.; Barani, M.; Crespo del Granado, P.; Zhang, H. Quantum annealing applications, challenges and limitations for optimisation problems compared to classical solvers. Sci. Rep. 2025, 15, 12733. [Google Scholar] [CrossRef]
  27. Wu, L.; Shahidehpour, M.; Li, T. Stochastic security-constrained unit commitment. IEEE Trans. Power Syst. 2007, 22, 800–811. [Google Scholar] [CrossRef]
  28. Zheng, Q.P.; Wang, J.; Liu, A.L. Stochastic optimization for unit commitment—A review. IEEE Trans. Power Syst. 2014, 30, 1913–1924. [Google Scholar] [CrossRef]
Figure 1. Annealing schedules A ( τ ) and B ( τ ) over normalized time τ [ 0 , 1 ] . The blue curve and shaded region denote the driver schedule A ( τ ) associated with H D , while the orange curve and shaded region denote the problem schedule B ( τ ) associated with H P . At τ = 0 , H D dominates ( A ( 0 ) B ( 0 ) ); at τ = 1 , H P dominates ( A ( 1 ) B ( 1 ) ). In the ideal adiabatic limit, the final state approaches the ground state of H P , which corresponds to the QUBO minimizer.
Figure 1. Annealing schedules A ( τ ) and B ( τ ) over normalized time τ [ 0 , 1 ] . The blue curve and shaded region denote the driver schedule A ( τ ) associated with H D , while the orange curve and shaded region denote the problem schedule B ( τ ) associated with H P . At τ = 0 , H D dominates ( A ( 0 ) B ( 0 ) ); at τ = 1 , H P dominates ( A ( 1 ) B ( 1 ) ). In the ideal adiabatic limit, the final state approaches the ground state of H P , which corresponds to the QUBO minimizer.
Processes 14 01024 g001
Figure 2. Comparison of BESS charging/discharging power dispatch (upper panel) and state of charge (SOC, lower panel) for the Baseline-VPP and Resil-VPP models under a representative normal operating scenario. The solid blue line denotes the Baseline-VPP, whereas the orange dashed line denotes the Resil-VPP in both panels. The Baseline-VPP exploits the full BESS capacity for price arbitrage, whereas the Resil-VPP restricts operation to the 70% economic reserve and maintains the 30% resilience reserve at a consistently high SOC throughout the day.
Figure 2. Comparison of BESS charging/discharging power dispatch (upper panel) and state of charge (SOC, lower panel) for the Baseline-VPP and Resil-VPP models under a representative normal operating scenario. The solid blue line denotes the Baseline-VPP, whereas the orange dashed line denotes the Resil-VPP in both panels. The Baseline-VPP exploits the full BESS capacity for price arbitrage, whereas the Resil-VPP restricts operation to the 70% economic reserve and maintains the 30% resilience reserve at a consistently high SOC throughout the day.
Processes 14 01024 g002
Figure 3. Convergence of the upper bound (UB, dashed) and lower-model indicator (LB, solid) over iterations for the Classical L-shaped method (red) and the QA-Driven L-shaped method (blue). For the classical branch, UB–LB is the standard optimality-gap metric; for the QA-driven branch, LB is a cut-model progress indicator because the master is solved heuristically. The hybrid trajectory exhibits an early LB plateau followed by a sharp increase, after which the reported gap contracts rapidly toward the best-known objective.
Figure 3. Convergence of the upper bound (UB, dashed) and lower-model indicator (LB, solid) over iterations for the Classical L-shaped method (red) and the QA-Driven L-shaped method (blue). For the classical branch, UB–LB is the standard optimality-gap metric; for the QA-driven branch, LB is a cut-model progress indicator because the master is solved heuristically. The hybrid trajectory exhibits an early LB plateau followed by a sharp increase, after which the reported gap contracts rapidly toward the best-known objective.
Processes 14 01024 g003
Figure 4. Benchmark comparison including the GA baseline. Left: total wall-clock time for GA (80 generations), classical L-shaped, and hybrid QA–L-shaped methods. Right: final objective gap relative to the best-known objective ($96,843.04).
Figure 4. Benchmark comparison including the GA baseline. Left: total wall-clock time for GA (80 generations), classical L-shaped, and hybrid QA–L-shaped methods. Right: final objective gap relative to the best-known objective ($96,843.04).
Processes 14 01024 g004
Table 1. Nomenclature for the first-stage problem.
Table 1. Nomenclature for the first-stage problem.
SymbolDefinition
Sets
TSet of time periods in the planning horizon, indexed by t.
GSet of dispatchable thermal generators, indexed by g.
S *Set of uncertainty scenarios, indexed by s.
Parameters
C su , g , C sd , g Start-up and shut-down costs of generator (g).
π s Probability of occurrence for scenario s.
u g , 0 Initial on/off status of generator g at t = 0 .
Decision Variables
u g , t Binary variable for the operational status of generator g.
v g , t Binary variable for the start-up action of generator g.
w g , t Binary variable for the shut-down action of generator g.
θ Continuous variable for the expected total recourse cost.
η s Continuous variable for the recourse cost of scenario s.
* The set S is partitioned into two disjoint subsets: S = S norm S outage , where S norm is the subset for normal grid-connected conditions, and  S outage is the subset for grid outage events.
Table 2. Nomenclature for the second-stage problem.
Table 2. Nomenclature for the second-stage problem.
SymbolDefinition
Parameters
C op , g Variable operational cost of generator g.
C DR Unit cost for activating demand response.
Λ shed Penalty cost for load shedding.
P max , g , P min , g Maximum/minimum power output of generator g.
RU g , RD g Ramp-up and ramp-down rate limits of generator g.
P ch , b max , P dis , b max Maximum charging/discharging power of BESS unit b.
E max , b , E min , b Maximum/minimum state of energy of unit b.
η ch , b , η dis , b Charging/discharging efficiencies of unit b.
E b , 0 Initial state of energy of unit b.
P DC , t base , P DC , t flex Base and flexible components of the data center load.
P V s , t Power from photovoltaic sources.
Λ RT , s , t Real-time market price.
M feas Penalty factor for feasibility slack variables.
Γ s res Maximum allowable total load shedding in outage scenario s (MWh).
Second-Stage Decision Variables ( y s )
p g , t , s Power dispatch of generator g.
p ch , b , t , s , p dis , b , t , s Charging/discharging power of unit b.
soc b , t , s State of charge of unit b.
flex t , s Activated demand response.
shed t , s Amount of load shedding.
p t , s RT Net power purchased from the real-time market.
z pos , t , s , z neg , t , s Slack variables for power balance feasibility.
Table 3. Key parameters of the VPP test system.
Table 3. Key parameters of the VPP test system.
ComponentParameterValue
VPP Assets and Load
Data Center LoadPeak Load10 MW
Critical Base Load8 MW
Flexible Load2 MW
Solar PV SystemInstalled Capacity5 MWp
Dispatchable GeneratorTypeNatural Gas
Maximum Capacity12 MW
Minimum Output2 MW
Ramp Rate6 MW/h
Variable Cost$60/MWh
Start-up Cost$500
Shut-down Cost$300
Battery Energy StorageEnergy Capacity20 MWh
Power Rating4 MW
Round-trip Efficiency92%
Initial State of Charge50%
Long-Duration Storage UnitCharging Power Rating2 MW
Discharging Power Rating2 MW
Energy Capacity40 MWh
Charging Efficiency ( η ch )65%
Discharging Efficiency ( η dis )50%
Initial State of Charge50%
Stochastic Model Parameters
Scheduling Horizon 24 h
Time Resolution 1 h
Number of ScenariosTotal50
Normal Operation ( S norm )45
Grid Outage ( S outage )5
Outage Duration 6 h
Table 4. Illustrative projections of QUBO size and wall-clock time for three system scales under explicit assumptions. The scale-up includes larger generation fleets, storage-asset sets, scenario counts, and horizon lengths. QUBO size is estimated from the O ( | G | | T | K x ) relation ( K x = 8 ); classical subproblem time is assumed to scale near-linearly with | S | ; QA annealing time per iteration is treated as hardware-limited (≈3.8 s).
Table 4. Illustrative projections of QUBO size and wall-clock time for three system scales under explicit assumptions. The scale-up includes larger generation fleets, storage-asset sets, scenario counts, and horizon lengths. QUBO size is estimated from the O ( | G | | T | K x ) relation ( K x = 8 ); classical subproblem time is assumed to scale near-linearly with | S | ; QA annealing time per iteration is treated as hardware-limited (≈3.8 s).
Scale | G | | B | | T | | S | QUBO VarsClassical Time (s)QA Time (s)
Baseline122450∼200202148
Medium5648100∼2000∼890∼430
Large2020168200∼27,000>5000∼1200
Table 5. Resilience performance under grid outage scenarios.
Table 5. Resilience performance under grid outage scenarios.
ModelAvg. Load Shed
(MWh)
Reserve
Used (%)
Critical
Load (%)
RI (%)
Baseline-VPP5.210093.589.2
Resil-VPP0.030100.0100.0
Table 6. Sensitivity of Resil-VPP performance to outage duration.
Table 6. Sensitivity of Resil-VPP performance to outage duration.
Outage
Duration (h)
Avg. Load Shed
(MWh)
Cost
Premium (%)
Reserve
Depleted (%)
30.02.115
60.03.730
121.45.9100
Table 7. Wall-clock time and solution quality comparison among the GA heuristic, classical L-shaped, and hybrid QA–L-shaped methods.
Table 7. Wall-clock time and solution quality comparison among the GA heuristic, classical L-shaped, and hybrid QA–L-shaped methods.
MethodIters Avg. Time (s)Total Time (s)Final Obj. ($)
GA Heuristic802.4195.097,218
Classical L-shaped345.9202.296,843.04
Hybrid QA–L-shaped393.8148.396,843.04
For the L-shaped methods, “Iters” denotes Benders decomposition iterations; for GA, it denotes the number of generations (population size 50). The GA objective is re-evaluated on all 50 scenarios after termination; no optimality bound is available.
Table 8. Sensitivity of the QA master to discretization bits K x and penalty multiplier κ 0 . Best feasible objective ($) and constraint-violation rate (%) across 100 QA samples per configuration.
Table 8. Sensitivity of the QA master to discretization bits K x and penalty multiplier κ 0 . Best feasible objective ($) and constraint-violation rate (%) across 100 QA samples per configuration.
K x κ 0 Best Feasible Obj. ($)Violation Rate (%)
6598,61026.8
61097,1053.9
61597,0601.6
8597,89216.4
81096,8430.3
81596,8430.7
10597,18012.5
101096,8430.6
101596,8550.9
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, W.; Li, C.; Zhang, X.; Xu, S.; Yue, Y.; Zhang, H. Resilience-Constrained Low-Carbon Dispatch of Industrial Parks with Storage and Quantum Acceleration. Processes 2026, 14, 1024. https://doi.org/10.3390/pr14061024

AMA Style

Li W, Li C, Zhang X, Xu S, Yue Y, Zhang H. Resilience-Constrained Low-Carbon Dispatch of Industrial Parks with Storage and Quantum Acceleration. Processes. 2026; 14(6):1024. https://doi.org/10.3390/pr14061024

Chicago/Turabian Style

Li, Wenfang, Chen Li, Xuemei Zhang, Shuai Xu, Yaqing Yue, and Haijing Zhang. 2026. "Resilience-Constrained Low-Carbon Dispatch of Industrial Parks with Storage and Quantum Acceleration" Processes 14, no. 6: 1024. https://doi.org/10.3390/pr14061024

APA Style

Li, W., Li, C., Zhang, X., Xu, S., Yue, Y., & Zhang, H. (2026). Resilience-Constrained Low-Carbon Dispatch of Industrial Parks with Storage and Quantum Acceleration. Processes, 14(6), 1024. https://doi.org/10.3390/pr14061024

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop