Trying to Follow the tutorial steps of article:
[ https://pennylane.ai/qml/demos/tutorial_gbs.html ]
My qml packet version of pennylane (upgraded today via pip) is: 0.13.0
Error at statement:
dev = qml.device(“strawberryfields.gaussian”, wires=n_wires, cutoff_dim=cutoff)
Throws error message:
TypeError: init() got an unexpected keyword argument ‘cutoff_dim’
Could you please assist. Thanks in advance.
Claude