Skip to content

Commit 5342da6

Browse files
committed
Fixed operator call
1 parent 5943192 commit 5342da6

File tree

1 file changed

+2
-51
lines changed

1 file changed

+2
-51
lines changed

aqua/vqe_convergence.ipynb

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -75,55 +75,6 @@
7575
"name": "stdout",
7676
"output_type": "stream",
7777
"text": [
78-
"\r",
79-
"Optimizer: COBYLA "
80-
]
81-
},
82-
{
83-
"name": "stderr",
84-
"output_type": "stream",
85-
"text": [
86-
"/Users/manoel/Documents/Quantum/qiskit-aqua/qiskit/aqua/algorithms/adaptive/vqe/vqe.py:106: DeprecationWarning: operator_mode option is deprecated and it will be removed after 0.6. Now the operator has its own mode, no need extra info to tell the VQE.\n",
87-
" \"Now the operator has its own mode, no need extra info to tell the VQE.\", DeprecationWarning)\n"
88-
]
89-
},
90-
{
91-
"name": "stdout",
92-
"output_type": "stream",
93-
"text": [
94-
"\r",
95-
"Optimizer: L_BFGS_B "
96-
]
97-
},
98-
{
99-
"name": "stderr",
100-
"output_type": "stream",
101-
"text": [
102-
"/Users/manoel/Documents/Quantum/qiskit-aqua/qiskit/aqua/algorithms/adaptive/vqe/vqe.py:106: DeprecationWarning: operator_mode option is deprecated and it will be removed after 0.6. Now the operator has its own mode, no need extra info to tell the VQE.\n",
103-
" \"Now the operator has its own mode, no need extra info to tell the VQE.\", DeprecationWarning)\n"
104-
]
105-
},
106-
{
107-
"name": "stdout",
108-
"output_type": "stream",
109-
"text": [
110-
"\r",
111-
"Optimizer: SLSQP "
112-
]
113-
},
114-
{
115-
"name": "stderr",
116-
"output_type": "stream",
117-
"text": [
118-
"/Users/manoel/Documents/Quantum/qiskit-aqua/qiskit/aqua/algorithms/adaptive/vqe/vqe.py:106: DeprecationWarning: operator_mode option is deprecated and it will be removed after 0.6. Now the operator has its own mode, no need extra info to tell the VQE.\n",
119-
" \"Now the operator has its own mode, no need extra info to tell the VQE.\", DeprecationWarning)\n"
120-
]
121-
},
122-
{
123-
"name": "stdout",
124-
"output_type": "stream",
125-
"text": [
126-
"\r",
12778
"Optimization complete \n"
12879
]
12980
}
@@ -173,7 +124,7 @@
173124
{
174125
"data": {
175126
"text/plain": [
176-
"<matplotlib.legend.Legend at 0x132e8d2b0>"
127+
"<matplotlib.legend.Legend at 0x1313bd518>"
177128
]
178129
},
179130
"execution_count": 4,
@@ -238,7 +189,7 @@
238189
{
239190
"data": {
240191
"text/plain": [
241-
"<matplotlib.legend.Legend at 0x133078c18>"
192+
"<matplotlib.legend.Legend at 0x131506080>"
242193
]
243194
},
244195
"execution_count": 6,

0 commit comments

Comments
 (0)