What's New
Add convert_originq_result and calculate_expectation
Example
Python
result = {'key': ['001','010','100'], 'value': [10, 20, 9970]}
kvresult = convert_originq_result(result,
style='keyvalue',
prob_or_shots='prob',
reverse_key=False)
print(calculate_expectation(kvresult, ['IIZ', 'IZI', 'ZII', 'ZZZ']))
listresult = convert_originq_result(result,
style='list',
prob_or_shots='prob',
reverse_key=False)
print(calculate_expectation(listresult, ['IIZ', 'IZI', 'ZII', 'ZZZ']))
**Full Changelog 0.1.3 to 0.1.4**: https://github.com/Agony5757/QPanda-lite/compare/0.1.3...0.1.4
**Full Changelog 0.1.2 to 0.1.4**: https://github.com/Agony5757/QPanda-lite/compare/0.1.2...0.1.4